(0.1ms) select sqlite_version(*)  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateSaphiraFileItems (20110904172951)  (0.6ms) CREATE TABLE "saphira_file_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "item_type" varchar(255), "file_uid" varchar(255), "file_name" varchar(255), "slug" varchar(255), "path" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "dynamic_attributes" text, "created_at" datetime, "updated_at" datetime)  (0.0ms) PRAGMA index_list("saphira_file_items")  (0.2ms) CREATE INDEX "index_saphira_file_items_on_slug" ON "saphira_file_items" ("slug")  (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.6ms) CREATE UNIQUE INDEX "index_saphira_file_items_on_path" ON "saphira_file_items" ("path")  (0.1ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.2ms) CREATE INDEX "index_saphira_file_items_on_parent_id" ON "saphira_file_items" ("parent_id")  (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_parent_id')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.1ms) CREATE INDEX "index_saphira_file_items_on_lft" ON "saphira_file_items" ("lft")  (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_lft')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_parent_id')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.1ms) CREATE INDEX "index_saphira_file_items_on_rgt" ON "saphira_file_items" ("rgt")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110904172951') Migrating to ActsAsTaggableOnMigration (20110904172952)  (0.5ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  (0.3ms) CREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_id" integer, "taggable_type" varchar(255), "tagger_id" integer, "tagger_type" varchar(255), "context" varchar(255), "created_at" datetime)   (0.0ms) PRAGMA index_list("taggings")  (0.2ms) CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")  (0.1ms) PRAGMA index_list("taggings")  (0.0ms) PRAGMA index_info('index_taggings_on_tag_id')  (0.2ms) CREATE INDEX "index_taggings_on_taggable_id_and_taggable_type_and_context" ON "taggings" ("taggable_id", "taggable_type", "context")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110904172952')  (0.5ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_rgt')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_lft')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_parent_id')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.2ms) PRAGMA index_list("taggings")  (0.0ms) PRAGMA index_info('index_taggings_on_taggable_id_and_taggable_type_and_context')  (0.0ms) PRAGMA index_info('index_taggings_on_tag_id')  (0.0ms) PRAGMA index_list("tags") Started GET "/" for 127.0.0.1 at 2011-09-04 20:05:51 +0200 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.9ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:06:03 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (33.6ms) Completed 500 Internal Server Error in 88ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3: 4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:06:23 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.0ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:06:25 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:06:43 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (1.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 1:

Listing <%#= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> 5: 6: 7: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:07:06 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (1.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
<%= link_to image_tag('filemanager/icons/32x32/direction_up.png'), (@file_item.parent || file_items_path) %><%= link_to '..', (@file_item.parent || file_items_path) %>
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.7ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:07:08 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:07:18 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.9ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:07:29 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/" for 127.0.0.1 at 2011-09-04 20:08:03 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (0.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:08:07 +0200 Processing by Saphira::FileItemsController#index as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (1.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 1:

Listing <%= @file_item.name %>

2: 3:
4: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:08:41 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (3.1ms) Completed 500 Internal Server Error in 98ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Filemanager): 21: 22:
23: 24: <%= link_to 'New File', new_file_item_path(:type => Filemanager::FileItem::TYPE_FILE, :parent_id => @file_item.id) %> 25: <%= link_to 'New Folder', new_file_item_path(:type => Filemanager::FileItem::TYPE_FOLDER, :parent_id => @file_item.id) %> 26: 27: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:09:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (2.8ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Filemanager): 21: 22:
23: 24: <%= link_to 'New File', new_file_item_path(:type => Filemanager::FileItem::TYPE_FILE, :parent_id => @file_item.id) %> 25: <%= link_to 'New Folder', new_file_item_path(:type => Filemanager::FileItem::TYPE_FOLDER, :parent_id => @file_item.id) %> 26: 27: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.9ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:09:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (53.1ms) Completed 500 Internal Server Error in 174ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Filemanager): 21: 22:
23: 24: <%= link_to 'New File', new_file_item_path(:type => Filemanager::FileItem::TYPE_FILE, :parent_id => @file_item.id) %> 25: <%= link_to 'New Folder', new_file_item_path(:type => Filemanager::FileItem::TYPE_FOLDER, :parent_id => @file_item.id) %> 26: 27: <% unless @file_item.id.nil? %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:11:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (2.1ms) Compiled saphira/application.css (1ms) (pid 95518) Compiled saphira/file_items.css (0ms) (pid 95518) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/spieker/Sites/gems-projects/saphira/app/assets/javascripts/saphira/application.js:7)): 3: 4: Saphira 5: <%= stylesheet_link_tag "saphira/application" %> 6: <%= javascript_include_tag "saphira/application" %> 7: <%= csrf_meta_tags %> 8: 9: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-04 20:12:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (20.9ms) Compiled saphira/application.js (4ms) (pid 95583) Compiled jquery.js (7ms) (pid 95583) Compiled jquery_ujs.js (1ms) (pid 95583) Compiled saphira/file_items.js (0ms) (pid 95583) Completed 200 OK in 194ms (Views: 178.3ms | ActiveRecord: 0.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /saphira/application.css - 200 OK (110ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /saphira/file_items.css - 200 OK (22ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /jquery_ujs.js - 200 OK (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /jquery.js - 200 OK (10ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /saphira/application.js - 200 OK (5ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-04 20:12:19 +0200 Served asset /saphira/file_items.js - 200 OK (25ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-04 20:12:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} Completed 500 Internal Server Error in 79ms NameError (undefined local variable or method `current_user' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-04 20:12:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (178.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (194.1ms) Completed 500 Internal Server Error in 316ms ActionView::Template::Error (undefined method `user_id' for #): 26: <%= f.text_field :tag_list %> 27: 28:
29: <%= f.hidden_field :user_id %> 30: <%= f.hidden_field :item_type %> 31: <%= f.hidden_field :parent_id %> 32: <%= f.submit 'Create' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (16.5ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (17.8ms) Completed 200 OK in 90ms (Views: 25.3ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-04 20:13:05 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-04 20:16:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (191.7ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (226.1ms) Completed 200 OK in 315ms (Views: 298.9ms | ActiveRecord: 1.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-04 20:16:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-04 20:16:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:26 +0200 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:26 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-04 20:16:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rQl9zMVj3kNVFvByRC3mORA3vzFs+rxVywKoFEXjNXs=", "file_item"=>{"name"=>"Mülleimer", "file"=>#>, "tag_list"=>"Trash, Orange, Berlin", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1  (0.3ms) SELECT MAX("saphira_file_items"."rgt") AS max_id FROM "saphira_file_items" SQL (9.0ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sun, 04 Sep 2011 18:16:52 UTC +00:00], ["dynamic_attributes", "--- \n:field_image_capture_date: 2011-08-26 14:04:10 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 40\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 1\n numerator: 10\n:field_image_make: Canon\n:field_image_model: Canon EOS 550D\n:field_image_orientation: 8\n:field_image_orientation_transformed: true\n"], ["file_name", "IMG_0074.JPG"], ["file_uid", "2011/09/04/20_16_51_527_IMG_0074.JPG"], ["item_type", "file"], ["lft", 1], ["name", "Mülleimer"], ["parent_id", nil], ["path", "mulleimer"], ["rgt", 2], ["slug", "mulleimer"], ["updated_at", Sun, 04 Sep 2011 18:16:52 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE (name LIKE 'Trash' OR name LIKE 'Orange' OR name LIKE 'Berlin')  (0.1ms) SELECT 1 FROM "tags" WHERE "tags"."name" = 'Trash' LIMIT 1 SQL (0.2ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "Trash"]]  (0.1ms) SELECT 1 FROM "tags" WHERE "tags"."name" = 'Orange' LIMIT 1 SQL (0.0ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "Orange"]]  (0.1ms) SELECT 1 FROM "tags" WHERE "tags"."name" = 'Berlin' LIMIT 1 SQL (0.1ms) INSERT INTO "tags" ("name") VALUES (?) [["name", "Berlin"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL)  (0.2ms) SELECT 1 FROM "taggings" WHERE ("taggings"."tag_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.9ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sun, 04 Sep 2011 18:16:52 UTC +00:00], ["tag_id", 1], ["taggable_id", 1], ["taggable_type", "Saphira::FileItem"], ["tagger_id", nil], ["tagger_type", nil]]  (0.2ms) SELECT 1 FROM "taggings" WHERE ("taggings"."tag_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.6ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sun, 04 Sep 2011 18:16:52 UTC +00:00], ["tag_id", 2], ["taggable_id", 1], ["taggable_type", "Saphira::FileItem"], ["tagger_id", nil], ["tagger_type", nil]]  (0.1ms) SELECT 1 FROM "taggings" WHERE ("taggings"."tag_id" = 3 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."taggable_id" = 1 AND "taggings"."context" = 'tags' AND "taggings"."tagger_id" IS NULL AND "taggings"."tagger_type" IS NULL) LIMIT 1 SQL (0.6ms) INSERT INTO "taggings" ("context", "created_at", "tag_id", "taggable_id", "taggable_type", "tagger_id", "tagger_type") VALUES (?, ?, ?, ?, ?, ?, ?) [["context", "tags"], ["created_at", Sun, 04 Sep 2011 18:16:52 UTC +00:00], ["tag_id", 3], ["taggable_id", 1], ["taggable_type", "Saphira::FileItem"], ["tagger_id", nil], ["tagger_type", nil]] Redirected to http://localhost:3000/admin/saphira/files/mulleimer Completed 302 Found in 5184ms Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (26.6ms) Completed 200 OK in 50ms (Views: 34.5ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-04 20:16:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2011-09-07 07:49:45 +0200 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.0ms) Started GET "/admin/filemanager" for 127.0.0.1 at 2011-09-07 07:49:54 +0200 ActionController::RoutingError (No route matches [GET] "/admin/filemanager"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/filemanager/files" for 127.0.0.1 at 2011-09-07 07:49:59 +0200 ActionController::RoutingError (No route matches [GET] "/admin/filemanager/files"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/filemanager/files" for 127.0.0.1 at 2011-09-07 07:50:03 +0200 ActionController::RoutingError (No route matches [GET] "/filemanager/files"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (1.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (17.7ms) Completed 200 OK in 62ms (Views: 44.7ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-07 07:50:17 +0200 Served asset /saphira/icons/32x32/file.png - 200 OK (5ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.8ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (188.7ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (203.2ms) Completed 200 OK in 224ms (Views: 209.6ms | ActiveRecord: 1.5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:50:21 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-07 07:50:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UdCZ1wyYZGduuPSBUQizAv8EMcDlbDNsgAfui3LEZwE=", "file_item"=>{"name"=>"test", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'test' OR "slug" LIKE 'test--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'test' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1  (0.6ms) SELECT MAX("saphira_file_items"."rgt") AS max_id FROM "saphira_file_items"  SQL (55.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 07 Sep 2011 05:50:33 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", "Aptana"], ["file_uid", "2011/09/07/07_50_33_143_Aptana"], ["item_type", "file"], ["lft", 3], ["name", "test"], ["parent_id", nil], ["path", "test"], ["rgt", 4], ["slug", "test"], ["updated_at", Wed, 07 Sep 2011 05:50:33 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL) Redirected to http://localhost:3000/admin/saphira/files/test Completed 302 Found in 374ms Started GET "/admin/saphira/files/test" for 127.0.0.1 at 2011-09-07 07:50:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"test"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (48.1ms) Completed 500 Internal Server Error in 70ms ActionView::Template::Error (You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.each): 17:
18: 19: 20: <% @file_item.dynamic_attributes.each do |key, value| %> 21: 22: 23: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/admin/saphira/files/test" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"test"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (82.9ms) Completed 200 OK in 105ms (Views: 90.0ms | ActiveRecord: 1.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/files/test" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"test"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (18.0ms) Completed 200 OK in 41ms (Views: 26.2ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/test" for 127.0.0.1 at 2011-09-07 07:52:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"test"} Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (77.4ms) Completed 200 OK in 103ms (Views: 86.2ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:52:13 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/files/test" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"test"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (51.3ms) Completed 200 OK in 76ms (Views: 59.9ms | ActiveRecord: 1.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-07 07:53:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (55.6ms) Completed 200 OK in 136ms (Views: 64.4ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (10ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-07 07:53:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2011-09-09 10:05:04 +0200 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.4ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-09 10:05:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.9ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.9ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (260.1ms) Completed 200 OK in 285ms (Views: 267.6ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 11:53:53 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (106.2ms) Completed 200 OK in 132ms (Views: 116.3ms | ActiveRecord: 1.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 12:21:46 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (61.2ms) Completed 200 OK in 86ms (Views: 70.3ms | ActiveRecord: 1.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 12:24:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateSaphiraFileItems (20110904172951) Migrating to ActsAsTaggableOnMigration (20110904172952)  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_rgt')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_lft')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_parent_id')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.0ms) PRAGMA index_list("taggings")  (0.0ms) PRAGMA index_info('index_taggings_on_taggable_id_and_taggable_type_and_context')  (0.0ms) PRAGMA index_info('index_taggings_on_tag_id')  (0.0ms) PRAGMA index_list("tags")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateSaphiraFileItems (20110904172951) Migrating to ActsAsTaggableOnMigration (20110904172952) Migrating to CreateSaphiraImageVariants (20110909143951)  (0.0ms) select sqlite_version(*)  (0.5ms) CREATE TABLE "saphira_image_variants" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" varchar(255), "manipulation" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110909143951')  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("saphira_file_items")  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_rgt')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_lft')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_parent_id')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_path')  (0.0ms) PRAGMA index_info('index_saphira_file_items_on_slug')  (0.0ms) PRAGMA index_list("saphira_image_variants")  (0.0ms) PRAGMA index_list("taggings")  (0.0ms) PRAGMA index_info('index_taggings_on_taggable_id_and_taggable_type_and_context')  (0.0ms) PRAGMA index_info('index_taggings_on_tag_id')  (0.0ms) PRAGMA index_list("tags") Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 16:42:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (350.5ms) Compiled saphira/application.css (3ms) (pid 72886) Compiled saphira/image_variants.css (0ms) (pid 72886) Compiled saphira/application.js (6ms) (pid 72886) Compiled saphira/image_variants.js (0ms) (pid 72886) Completed 200 OK in 513ms (Views: 492.8ms | ActiveRecord: 1.7ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /saphira/image_variants.js - 200 OK (10ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /saphira/application.css - 200 OK (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /saphira/image_variants.css - 200 OK (11ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:42:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (15ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:42:59 +0200 Served asset /saphira/application.js - 200 OK (25ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:43:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "image_variant"=>{"name"=>"Square", "description"=>"", "manipulation"=>"300x 300x300+0+0"}, "commit"=>"Create Image variant"} SQL (23.8ms) INSERT INTO "saphira_image_variants" ("created_at", "description", "manipulation", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 09 Sep 2011 14:45:38 UTC +00:00], ["description", ""], ["manipulation", "300x 300x300+0+0"], ["name", "Square"], ["updated_at", Fri, 09 Sep 2011 14:45:38 UTC +00:00]] Redirected to http://localhost:3000/admin/saphira/image_variants/1 Completed 302 Found in 36ms Started GET "/admin/saphira/image_variants/1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Processing by Saphira::ImageVariantsController#show as HTML Parameters: {"id"=>"1"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/show.html.erb within layouts/saphira/application (60.5ms) Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:45:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:48:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (69.6ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (71.5ms) Completed 200 OK in 95ms (Views: 80.5ms | ActiveRecord: 0.7ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:48:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (4.6ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (6.1ms) Completed 200 OK in 233ms (Views: 15.0ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:48:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:49:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 Completed 500 Internal Server Error in 173ms NoMethodError (undefined method `pry' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (221.0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:50:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 Completed 500 Internal Server Error in 194ms NoMethodError (undefined method `pry' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:51:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'IMG_4704.JPG' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1  (0.2ms) SELECT MAX("saphira_file_items"."rgt") AS max_id FROM "saphira_file_items"  SQL (6.0ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 09 Sep 2011 14:51:37 UTC +00:00], ["dynamic_attributes", "--- \n:field_image_capture_date: 2010-04-25 14:45:29 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 350\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 1\n numerator: 13\n:field_image_make: Canon\n:field_image_model: Canon EOS 10D\n:field_image_orientation: 1\n"], ["file_name", "IMG_4704.JPG"], ["file_uid", "2011/09/09/16_51_37_135_IMG_4704.JPG"], ["item_type", "file"], ["lft", 5], ["name", "IMG_4704.JPG"], ["parent_id", nil], ["path", ""], ["rgt", 6], ["slug", ""], ["updated_at", Fri, 09 Sep 2011 14:51:37 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL) Redirected to http://localhost:3000/admin/saphira/files/3 Completed 302 Found in 9752ms Started GET "/admin/saphira/files/3" for 127.0.0.1 at 2011-09-09 16:51:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"3"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '3' LIMIT 1 Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.6ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:51:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"3"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '3' LIMIT 1 Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/files/3" for 127.0.0.1 at 2011-09-09 16:52:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:13) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"3"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '3' LIMIT 1 Completed 500 Internal Server Error in 10088ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.5ms) Started GET "/admin/saphira/files/3" for 127.0.0.1 at 2011-09-09 16:54:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"3"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '3' LIMIT 1 Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-09 16:54:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (18.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (34.4ms) Completed 200 OK in 57ms (Views: 43.3ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:48 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:48 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:49 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:49 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:49 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 16:54:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4707-jpg' OR "slug" LIKE 'img_4707-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'IMG_4707.JPG' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1  (0.2ms) SELECT MAX("saphira_file_items"."rgt") AS max_id FROM "saphira_file_items"  SQL (1.1ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 09 Sep 2011 14:54:54 UTC +00:00], ["dynamic_attributes", "--- \n:field_image_capture_date: 2010-05-09 10:27:17 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 250\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 2\n numerator: 19\n:field_image_make: Canon\n:field_image_model: Canon EOS 10D\n:field_image_orientation: 1\n"], ["file_name", "IMG_4707.JPG"], ["file_uid", "2011/09/09/16_54_54_247_IMG_4707.JPG"], ["item_type", "file"], ["lft", 7], ["name", "IMG_4707.JPG"], ["parent_id", nil], ["path", "img_4707-jpg"], ["rgt", 8], ["slug", "img_4707-jpg"], ["updated_at", Fri, 09 Sep 2011 14:54:54 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL) Redirected to http://localhost:3000/admin/saphira/files/img_4707-jpg Completed 302 Found in 654ms Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 16:54:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (63.2ms) Completed 200 OK in 89ms (Views: 73.8ms | ActiveRecord: 1.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:54 +0200 Served asset /saphira/file_items.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:54 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:54 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 16:54:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 16:54:55 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:08:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (303.5ms) Completed 500 Internal Server Error in 384ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::ImageVariant): 25: 26: <% end %> 27: <% end %> 28: <% if @file_item.file.image? and ImageVariant.exists? %> 29: 30: 31: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.6ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:09:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (375.4ms) Completed 500 Internal Server Error in 504ms ActionView::Template::Error (undefined method `image_variant_setting' for #<#:0x00000103bc7e20>): 32: <% Saphira::ImageVariant.all.each do |variant| %> 33: 34: 35: 36: 37: <% end %> 38: <% end %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:09:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (193.8ms) Completed 500 Internal Server Error in 268ms ActionView::Template::Error (undefined method `image_variant_setting_path' for #<#:0x000001039fbec0>): 32: <% Saphira::ImageVariant.all.each do |variant| %> 33: 34: 35: 36: 37: <% end %> 38: <% end %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:09:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (194.3ms) Completed 500 Internal Server Error in 216ms ActionView::Template::Error (undefined method `image_variant_settings_path' for #<#:0x00000103a1a708>): 32: <% Saphira::ImageVariant.all.each do |variant| %> 33: 34: 35: 36: 37: <% end %> 38: <% end %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:10:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (173.0ms) Compiled saphira/application.css (1ms) (pid 73444) Compiled saphira/image_variant_settings.css (0ms) (pid 73444) Compiled saphira/application.js (4ms) (pid 73444) Compiled saphira/image_variant_settings.js (0ms) (pid 73444) Completed 200 OK in 237ms (Views: 220.9ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:10 +0200 Served asset /saphira/application.css - 200 OK (4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:10 +0200 Served asset /saphira/file_items.css - 304 Not Modified (24ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/image_variant_settings.js - 200 OK (34ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/image_variant_settings.css - 200 OK (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (11ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (6ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:11 +0200 Served asset /saphira/application.js - 200 OK (89ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (77.2ms) Completed 200 OK in 159ms (Views: 86.6ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:34 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (0.4ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (72.1ms) Completed 200 OK in 97ms (Views: 81.2ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:52 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:10:55 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:12:18 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Completed 500 Internal Server Error in 100ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:12:21 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Completed 500 Internal Server Error in 93ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:13:37 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (0.4ms) Completed 200 OK in 104ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (0.1ms) Completed 200 OK in 105ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:52 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 47ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:13:55 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:14:02 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 46ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:03 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:14:05 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '1' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 17832ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:23 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 106ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:14:27 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:28 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:28 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:28 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:14:28 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:14:51 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Completed 500 Internal Server Error in 98ms NameError (uninitialized constant Saphira::ImageVariantSettingsController::ImageVaraint): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 112ms (Views: 10.1ms | ActiveRecord: 2.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:07 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:15:24 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (135.7ms) Completed 200 OK in 191ms (Views: 146.5ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:15:25 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:15:58 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (130.6ms) Completed 500 Internal Server Error in 254ms ActionView::Template::Error (undefined method `manipulations' for #): 41: 42: <% if @file_item.file_uid and @file_item.file.image? %> 43:
44: <%= image_tag @file_item.image_variant(params[:id]).thumb('300x300').url %> 45:
46: <% end %> 47: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:16:19 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (77.2ms) Completed 200 OK in 208ms (Views: 86.4ms | ActiveRecord: 3.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:20 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Processing by Saphira::ImageVariantsController#index as HTML Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/index.html.erb within layouts/saphira/application (10.6ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:27 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants/1/edit" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Processing by Saphira::ImageVariantsController#edit as HTML Parameters: {"id"=>"1"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/_form.html.erb (10.1ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/edit.html.erb within layouts/saphira/application (27.1ms) Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:32 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:33 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/image_variants/1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Processing by Saphira::ImageVariantsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "image_variant"=>{"name"=>"Square", "description"=>"", "manipulation"=>"300x 200x200+0+0"}, "commit"=>"Update Image variant", "id"=>"1"} Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]]  (0.5ms) UPDATE "saphira_image_variants" SET "manipulation" = '300x 200x200+0+0', "updated_at" = '2011-09-09 15:16:40.261767' WHERE "saphira_image_variants"."id" = 1 Redirected to http://localhost:3000/admin/saphira/image_variants/1 Completed 302 Found in 97ms Started GET "/admin/saphira/image_variants/1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Processing by Saphira::ImageVariantsController#show as HTML Parameters: {"id"=>"1"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/show.html.erb within layouts/saphira/application (7.8ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.8ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:40 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 17:16:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (75.6ms) Completed 200 OK in 159ms (Views: 85.6ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:44 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (136.2ms) Completed 200 OK in 194ms (Views: 147.0ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:16:46 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Processing by Saphira::ImageVariantsController#index as HTML Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/index.html.erb within layouts/saphira/application (8.9ms) Completed 200 OK in 102ms (Views: 98.5ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:04 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants/1/edit" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Processing by Saphira::ImageVariantsController#edit as HTML Parameters: {"id"=>"1"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/_form.html.erb (9.3ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/edit.html.erb within layouts/saphira/application (11.4ms) Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:07 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/image_variants/1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Processing by Saphira::ImageVariantsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "image_variant"=>{"name"=>"Square", "description"=>"", "manipulation"=>"300x300#"}, "commit"=>"Update Image variant", "id"=>"1"} Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]]  (0.4ms) UPDATE "saphira_image_variants" SET "manipulation" = '300x300#', "updated_at" = '2011-09-09 15:17:22.606342' WHERE "saphira_image_variants"."id" = 1 Redirected to http://localhost:3000/admin/saphira/image_variants/1 Completed 302 Found in 13ms Started GET "/admin/saphira/image_variants/1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Processing by Saphira::ImageVariantsController#show as HTML Parameters: {"id"=>"1"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/show.html.erb within layouts/saphira/application (6.5ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.7ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:22 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 17:17:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (70.9ms) Completed 200 OK in 176ms (Views: 159.7ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:26 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.2ms) Completed 200 OK in 197ms (Views: 90.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:28 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 17:17:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (152.1ms) Completed 200 OK in 177ms (Views: 160.1ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:48 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:17:50 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (75.5ms) Completed 200 OK in 193ms (Views: 85.1ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:17:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.0ms) Completed 200 OK in 194ms (Views: 89.7ms | ActiveRecord: 3.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:23:40 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:25:18 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (367.2ms) Completed 500 Internal Server Error in 475ms ActionView::Template::Error (undefined local variable or method `variant' for #<#:0x00000102f53d38>): 52:
53: 54: 55: <%= link_to 'Edit', edit_file_item_image_variant_setting_path(@file_item, variant) %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:25:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (74.2ms) Completed 200 OK in 189ms (Views: 84.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:34 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (129.7ms) Completed 200 OK in 190ms (Views: 139.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:45 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (154.2ms) Completed 200 OK in 180ms (Views: 163.8ms | ActiveRecord: 2.0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:47 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:25:49 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.1ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (89.1ms) Completed 200 OK in 208ms (Views: 98.4ms | ActiveRecord: 3.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:49 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:25:50 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.0ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (71.7ms) Completed 200 OK in 188ms (Views: 82.1ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/file_items.js - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:15 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (137.6ms) Completed 200 OK in 164ms (Views: 147.3ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (137.7ms) Completed 200 OK in 163ms (Views: 146.3ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:34 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.0ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (156.5ms) Completed 200 OK in 289ms (Views: 164.7ms | ActiveRecord: 3.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:38 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:26:52 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (72.0ms) Completed 200 OK in 187ms (Views: 81.9ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:26:53 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:27:04 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.9ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (132.9ms) Completed 200 OK in 191ms (Views: 142.4ms | ActiveRecord: 3.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:05 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (133.6ms) Completed 200 OK in 267ms (Views: 143.2ms | ActiveRecord: 3.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:12 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (155.8ms) Completed 200 OK in 288ms (Views: 164.0ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:27:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (76.4ms) Completed 200 OK in 102ms (Views: 85.9ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:01 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (73.1ms) Completed 200 OK in 195ms (Views: 86.3ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:02 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (0.0ms) Completed 200 OK in 50ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:28:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:32:49 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Completed 500 Internal Server Error in 2ms SyntaxError (/Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:98: syntax error, unexpected '=', expecting keyword_end attr_set($1) = args[0] ^ /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:108: syntax error, unexpected keyword_end, expecting $end): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (29.3ms) Completed 200 OK in 134ms (Views: 38.8ms | ActiveRecord: 1.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:33:00 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:34:19 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (74.3ms) Completed 500 Internal Server Error in 120ms ActionView::Template::Error (undefined method `pre_manipulation_1' for #): 13: 14:
15: <%= f.label "pre_manipulation_#{params[:id]}".to_sym %>
16: <%= f.text_field "pre_manipulation_#{params[:id]}".to_sym %> 17:
18:
19: <%= f.submit 'Change' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.6ms) Completed 200 OK in 122ms (Views: 83.7ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:34:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:35:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"300x300!"}, "commit"=>"Change", "id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Completed 500 Internal Server Error in 15ms ActiveRecord::UnknownAttributeError (unknown attribute: field_pre_manipulation_1): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"300x300!"}, "commit"=>"Change", "id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 15:42:31.452670', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 300x300! ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer Completed 302 Found in 207ms Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (158.0ms) Completed 200 OK in 183ms (Views: 166.2ms | ActiveRecord: 2.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:31 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.9ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (79.4ms) Completed 200 OK in 206ms (Views: 90.0ms | ActiveRecord: 3.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.3ms) Completed 200 OK in 153ms (Views: 27.0ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:42:48 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"400x300+50+100"}, "commit"=>"Change", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 15:43:30.440099', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 400x300+50+100 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer Completed 302 Found in 29ms Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (164.2ms) Completed 200 OK in 189ms (Views: 172.3ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 17:43:32 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (77.1ms) Completed 200 OK in 215ms (Views: 87.7ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:33 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 17:43:37 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.1ms) Completed 200 OK in 153ms (Views: 26.0ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 17:43:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:09:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (300.9ms) Completed 200 OK in 327ms (Views: 309.4ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:09:12 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (33506.1ms) Completed 200 OK in 33622ms (Views: 33516.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:09:46 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:10:01 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from at /Users/spieker/Sites/gems-projects/saphira/app/models/saphira/file_item.rb:16) Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (2529.5ms) Completed 200 OK in 207941ms (Views: 2544.1ms | ActiveRecord: 2.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:13:29 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:15:38 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (630.7ms) Completed 200 OK in 12224ms (Views: 738.6ms | ActiveRecord: 3.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Compiled jquery.js (3ms) (pid 76430) Served asset /jquery.js - 304 Not Modified (105ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Compiled jquery_ujs.js (4ms) (pid 76430) Served asset /jquery_ujs.js - 200 OK (21ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (2ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:15:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:16:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (140.8ms) Completed 200 OK in 114938ms (Views: 153.9ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:18:28 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:25:29 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (304.8ms) Completed 200 OK in 8433ms (Views: 398.1ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (26ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (88ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:37 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:25:41 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"file"} ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (75.7ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (91.4ms) Completed 200 OK in 115ms (Views: 100.8ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:25:43 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:25:49 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Completed 500 Internal Server Error in 110ms Errno::ENOENT (No such file or directory - #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:26:00 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (6.6ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 09 Sep 2011 16:26:01 UTC +00:00], ["dynamic_attributes", "--- \n:width: 3072\n:height: 2048\n:field_image_capture_date: 2010-05-09 10:29:11 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 500\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 1\n numerator: 11\n:field_image_make: Canon\n:field_image_model: Canon EOS 10D\n:field_image_orientation: 1\n"], ["file_name", "IMG_4712.JPG"], ["file_uid", "2011/09/09/18_26_01_701_IMG_4712.JPG"], ["item_type", "file"], ["lft", 9], ["name", "IMG_4712.JPG"], ["parent_id", nil], ["path", "img_4712-jpg"], ["rgt", 10], ["slug", "img_4712-jpg"], ["updated_at", Fri, 09 Sep 2011 16:26:01 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL) Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg Completed 302 Found in 1001ms Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:26:01 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (148.3ms) Completed 200 OK in 176ms (Views: 158.2ms | ActiveRecord: 3.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:26:02 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (138.0ms) Completed 200 OK in 166ms (Views: 147.7ms | ActiveRecord: 2.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/application.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:31:48 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:31:51 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (201.2ms) Completed 500 Internal Server Error in 333ms ActionView::Template::Error (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.split): 45: 46: <% if @file_item.file_uid and @file_item.file.image? %> 47:
48: <%= image_tag @file_item.image_variant(params[:id]).thumb('300x300').url %> 49:
50: <% end %> 51: Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.4ms) Completed 200 OK in 204ms (Views: 90.3ms | ActiveRecord: 4.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:03 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (77.6ms) Completed 200 OK in 132ms (Views: 88.1ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:32:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:33:22 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"[height]x[height]+{([width]-[height])/2}+0"}, "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:33:22.661216', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "[height]x[height]+{([width]-[height])/2}+0" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg Completed 302 Found in 30ms Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:33:22 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (174.3ms) Completed 200 OK in 203ms (Views: 186.6ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/application.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:23 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:33:26 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (2.0ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (86.6ms) Completed 200 OK in 230ms (Views: 100.1ms | ActiveRecord: 4.9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:33:27 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:33:39 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (36760.4ms) Completed 200 OK in 36887ms (Views: 36773.5ms | ActiveRecord: 4.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/file_items.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:34:16 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:34:54 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (37401.4ms) Completed 200 OK in 37464ms (Views: 37413.6ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:35:31 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:36:05 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (31212.7ms) Completed 200 OK in 31275ms (Views: 31224.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:36:36 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:36:44 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (24751.5ms) Completed 200 OK in 24888ms (Views: 24763.0ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:09 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:37:36 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (143.7ms) Completed 200 OK in 283ms (Views: 156.2ms | ActiveRecord: 2.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:37:37 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:37:57 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (66779.0ms) Completed 200 OK in 66916ms (Views: 66787.8ms | ActiveRecord: 4.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:04 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (2.0ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (83.3ms) Completed 200 OK in 211ms (Views: 92.7ms | ActiveRecord: 4.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.5ms) Completed 200 OK in 160ms (Views: 26.4ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:20 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:39:23 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>""}, "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:39:23.555192', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg Completed 302 Found in 30ms Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:39:23 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (161.8ms) Completed 200 OK in 187ms (Views: 170.7ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:23 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/application.css - 304 Not Modified (9ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:24 +0200 Served asset /saphira/application.js - 304 Not Modified (10ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.9ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.2ms) Completed 200 OK in 296ms (Views: 177.8ms | ActiveRecord: 4.4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:26 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:39:30 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.1ms) Completed 200 OK in 132ms (Views: 24.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:31 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"[height]x[height]+{[width]-[height]}+0"}, "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:39:58.220450', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "[height]x[height]+{[width]-[height]}+0" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (156.1ms) Completed 200 OK in 182ms (Views: 166.1ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:39:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:40:00 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (167.3ms) Completed 200 OK in 302ms (Views: 177.5ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:40:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (87.1ms) Completed 200 OK in 251ms (Views: 102.6ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:44 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.7ms) Completed 200 OK in 135ms (Views: 26.3ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:42:46 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:42:50 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.1ms) Completed 200 OK in 146ms (Views: 24.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:43:04 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.4ms) Completed 200 OK in 131ms (Views: 26.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:43:08 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (14.8ms) Completed 200 OK in 127ms (Views: 24.1ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:09 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.6ms) Completed 200 OK in 146ms (Views: 105.1ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:44 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:43:46 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"[height]x[height]+{[width]-[height]}+0"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:43:46.591569', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "[height]x[height]+{[width]-[height]}+0" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 27ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:43:46 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (166.3ms) Completed 200 OK in 291ms (Views: 175.5ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:47 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:43:49 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.6ms) Completed 200 OK in 135ms (Views: 25.5ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:43:50 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:44:05 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"([height]/2)x([height]/2)+{[width]-[height]}+0"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:44:05.722090', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: ([height]/2)x([height]/2)+{[width]-[height]}+0 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:44:05 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.5ms) Completed 200 OK in 268ms (Views: 152.8ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:06 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.3ms) Completed 200 OK in 148ms (Views: 26.0ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:44:22 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"{[height]/2}x{[height]/2}+{[width]-[height]}+0"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:44:23.119437', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "{[height]/2}x{[height]/2}+{[width]-[height]}+0" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 27ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (143.1ms) Completed 200 OK in 203ms (Views: 156.3ms | ActiveRecord: 2.8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:44:23 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:50:00 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (143.4ms) Completed 200 OK in 170ms (Views: 153.9ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (145.1ms) Completed 200 OK in 283ms (Views: 155.8ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:05 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:50:06 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.9ms) Completed 200 OK in 150ms (Views: 25.5ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:07 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:50:46 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"{[height]/2}x{[height]/2}+{[width]-[height]}+{([height]-[width])/2}"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:50:46.626310', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "{[height]/2}x{[height]/2}+{[width]-[height]}+{([height]-[width])/2}" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 27ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:50:46 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (147.4ms) Completed 200 OK in 206ms (Views: 158.5ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:50:47 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (2ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:51:10 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.8ms) Completed 200 OK in 281ms (Views: 153.9ms | ActiveRecord: 3.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:51:22 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (29911.5ms) Completed 200 OK in 30052ms (Views: 29921.0ms | ActiveRecord: 4.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:53 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:51:55 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15.9ms) Completed 200 OK in 138ms (Views: 25.9ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:51:56 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:52:05 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:52:05.758472', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:52:05 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (16548.2ms) Completed 200 OK in 16673ms (Views: 16561.3ms | ActiveRecord: 3.0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:52:22 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:52:22.654219', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:52:22 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (1580.6ms) Completed 200 OK in 1702ms (Views: 1590.2ms | ActiveRecord: 3.8ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:52:32 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (86.1ms) Completed 200 OK in 257ms (Views: 97.9ms | ActiveRecord: 4.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:32 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:32 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:33 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (75.3ms) Completed 200 OK in 101ms (Views: 85.2ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:57 +0200 Served asset /saphira/application.js - 304 Not Modified (5ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.7ms) Completed 200 OK in 203ms (Views: 152.8ms | ActiveRecord: 2.9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:52:59 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:00 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:00 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:00 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:53:02 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (139.1ms) Completed 200 OK in 164ms (Views: 148.2ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:03 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (143.9ms) Completed 200 OK in 281ms (Views: 153.7ms | ActiveRecord: 3.9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:04 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:53:09 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"3"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '3' LIMIT 1 Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started GET "/admin/saphira/files/img_4707-jpg" for 127.0.0.1 at 2011-09-09 18:53:16 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"img_4707-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (141.7ms) Completed 200 OK in 169ms (Views: 152.0ms | ActiveRecord: 2.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:16 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:17 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4707-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4707-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.2ms) Completed 200 OK in 279ms (Views: 151.8ms | ActiveRecord: 2.9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:19 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:53:22 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (148.9ms) Completed 200 OK in 177ms (Views: 159.4ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:53:25 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.4ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (144.2ms) Completed 200 OK in 285ms (Views: 156.5ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:26 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (163.8ms) Completed 200 OK in 188ms (Views: 171.9ms | ActiveRecord: 2.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (84.0ms) Completed 200 OK in 213ms (Views: 96.3ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/file_items.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:34 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (79.6ms) Completed 200 OK in 133ms (Views: 89.8ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:36 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>""}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"Change", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:53:39.246845', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (74.2ms) Completed 200 OK in 292ms (Views: 174.3ms | ActiveRecord: 4.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:53:39 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 18:53:52 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (148.9ms) Completed 200 OK in 176ms (Views: 159.0ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:35 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:54:49 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (142.4ms) Completed 200 OK in 279ms (Views: 152.9ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:50 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.0ms) Completed 200 OK in 151ms (Views: 26.2ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:54:55 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>""}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:54:55.582238', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 26ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:54:55 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (139.3ms) Completed 200 OK in 268ms (Views: 151.3ms | ActiveRecord: 2.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:54:56 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 18:55:05 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.3ms) Completed 200 OK in 149ms (Views: 26.4ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:06 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 18:55:10 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 16:55:11.055669', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: "{[height]/2}x{[height]/2}+{[width]-[height]}+{([width]-[height])/2}" ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 27ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (138.4ms) Completed 200 OK in 195ms (Views: 148.1ms | ActiveRecord: 2.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 18:55:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:50:03 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (16.4ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined method `image' for #): 18: <% end %> 19: 20:
21: <%= image_tag @file_item.image.thumb('x300').url %> 22:
23:
24: <%= f.label "field_pre_manipulation_#{params[:id]}".to_sym %>
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:50:08 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (19.1ms) Compiled saphira/application.css (2ms) (pid 76495) Compiled saphira/jquery.jcrop.css (0ms) (pid 76495) Compiled saphira/application.js (5ms) (pid 76495) Compiled saphira/jquery.color.js (0ms) (pid 76495) Compiled saphira/jquery.jcrop.js (0ms) (pid 76495) Completed 200 OK in 173ms (Views: 133.9ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/jquery.jcrop.css - 200 OK (12ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/jquery.jcrop.js - 200 OK (8ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/application.css - 200 OK (11ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/jquery.color.js - 200 OK (22ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:09 +0200 Served asset /saphira/application.js - 200 OK (9ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (33.6ms) Completed 200 OK in 185ms (Views: 50.7ms | ActiveRecord: 1.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-09 22:50:45 +0200 Served asset /saphira/jcrop.gif - 200 OK (6ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (18.6ms) Completed 200 OK in 68ms (Views: 28.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (17.5ms) Completed 200 OK in 133ms (Views: 27.6ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:42 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (17.4ms) Completed 200 OK in 136ms (Views: 27.4ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:52:48 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (17.8ms) Completed 200 OK in 130ms (Views: 28.1ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:47 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:48 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:48 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:54:48 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (18.3ms) Completed 200 OK in 134ms (Views: 28.2ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:13 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:14 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (18.7ms) Completed 200 OK in 134ms (Views: 28.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:37 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:55:37 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (18.1ms) Completed 200 OK in 134ms (Views: 28.2ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:56:43 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (82.4ms) Completed 200 OK in 134ms (Views: 93.5ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (17.7ms) Completed 200 OK in 134ms (Views: 27.6ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 22:59:42 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (18.9ms) Completed 200 OK in 135ms (Views: 95.5ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:00:27 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:01:20 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (801.2ms) Completed 200 OK in 923ms (Views: 816.2ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:01:21 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (794.3ms) Completed 200 OK in 937ms (Views: 806.7ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/application.css - 304 Not Modified (106ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:23 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:01:25 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (790.1ms) Completed 200 OK in 927ms (Views: 808.4ms | ActiveRecord: 1.7ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"558x546+804+624"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:01:53.314647', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 558x546+804+624 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.3ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (78.5ms) Completed 200 OK in 207ms (Views: 90.4ms | ActiveRecord: 3.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:01:53 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:02:01 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (759.9ms) Completed 200 OK in 908ms (Views: 773.8ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:02 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:02:10 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"576x606+822+600"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:02:10.642519', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 576x606+822+600 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:02:10 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.4ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.2ms) Completed 200 OK in 201ms (Views: 152.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (10ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:11 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:02:16 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (794.3ms) Completed 200 OK in 946ms (Views: 810.9ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:17 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"1392x1398+1308+402"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:02:33.401104', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 1392x1398+1308+402 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.9ms) Completed 200 OK in 212ms (Views: 92.9ms | ActiveRecord: 4.0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:33 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:02:42 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (769.0ms) Completed 200 OK in 920ms (Views: 785.0ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:02:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:02:44 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"1374x1380+0+0"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:04:09.252031', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 1374x1380+0+0 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 27ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (139.9ms) Completed 200 OK in 268ms (Views: 151.4ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:09 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:04:13 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (765.2ms) Completed 200 OK in 916ms (Views: 779.2ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (14ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:14 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"504x540+888+612"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:04:21.592925', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 504x540+888+612 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 91ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (78.3ms) Completed 200 OK in 207ms (Views: 91.1ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (1ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:22 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"276x324+1938+648"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:04:35.541557', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 276x324+1938+648 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 93ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (72.5ms) Completed 200 OK in 202ms (Views: 82.4ms | ActiveRecord: 4.1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:35 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:36 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:36 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:04:39 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (835.4ms) Completed 200 OK in 892ms (Views: 851.1ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:40 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"786x822+1914+654"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:04:50.464333', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 786x822+1914+654 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (165.1ms) Completed 200 OK in 293ms (Views: 174.9ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:50 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:04:54 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (779.5ms) Completed 200 OK in 926ms (Views: 791.4ms | ActiveRecord: 1.7ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:55 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:56 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:04:56 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:05:40 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (772.4ms) Completed 200 OK in 832ms (Views: 786.9ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:05:41 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:06:06 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (825.8ms) Completed 200 OK in 955ms (Views: 843.8ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:07 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"552.96x573.44+983.0400000000001+737.2800000000001"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:06:35.386604', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 552.96x573.44+983.0400000000001+737.2800000000001 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (146.2ms) Completed 200 OK in 206ms (Views: 158.9ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/file_items.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:35 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:06:57 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (793.2ms) Completed 200 OK in 928ms (Views: 807.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:06:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:07:11 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (874.9ms) Completed 200 OK in 935ms (Views: 890.5ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:13 +0200 Served asset /saphira/application.js - 304 Not Modified (5ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:07:19 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"532x539+976+724"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:07:19.698595', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 532x539+976+724 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:07:19 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (142.5ms) Completed 200 OK in 272ms (Views: 154.1ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:20 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:07:24 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (772.5ms) Completed 200 OK in 930ms (Views: 787.0ms | ActiveRecord: 1.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:07:32 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"2348x1748+724+300"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:07:32.953438', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 2348x1748+724+300 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (82.3ms) Completed 200 OK in 205ms (Views: 155.3ms | ActiveRecord: 4.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:33 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:07:38 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (888.8ms) Completed 200 OK in 947ms (Views: 904.6ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:39 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started PUT "/admin/saphira/files/img_4712-jpg" for 127.0.0.1 at 2011-09-09 23:07:58 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"1543x1556+1529+492"}, "redirect_to"=>"/admin/saphira/files/img_4712-jpg/image_variant_settings/1", "commit"=>"Change", "id"=>"img_4712-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'img_4712-jpg' OR "slug" LIKE 'img_4712-jpg--%') AND (id <> 5) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'IMG_4712.JPG' AND "saphira_file_items"."id" != 5 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:07:58.814056', "dynamic_attributes" = '--- :width: 3072 :height: 2048 :field_image_capture_date: 2010-05-09 10:29:11 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 500 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 11 :field_image_make: Canon :field_image_model: Canon EOS 10D :field_image_orientation: 1 :pre_manipulation_1: 1543x1556+1529+492 ' WHERE "saphira_file_items"."id" = 5 Redirected to http://localhost:3000/admin/saphira/files/img_4712-jpg/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:07:58 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (75.0ms) Completed 200 OK in 206ms (Views: 85.2ms | ActiveRecord: 4.2ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:07:59 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:08:20 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (762.5ms) Completed 200 OK in 914ms (Views: 776.4ms | ActiveRecord: 2.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:21 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/img_4712-jpg/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:08:40 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"img_4712-jpg", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (774.7ms) Completed 200 OK in 907ms (Views: 787.1ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:41 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:41 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:42 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-09 23:08:53 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (143.3ms) Completed 200 OK in 170ms (Views: 153.2ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:55 +0200 Served asset /saphira/application.js - 304 Not Modified (4ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.3ms) Completed 200 OK in 281ms (Views: 151.9ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:08:59 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:00 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:09:02 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1792.4ms) Completed 200 OK in 1928ms (Views: 1804.1ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:04 +0200 Served asset /saphira/application.js - 304 Not Modified (7ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 23:09:18 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"3439x3439+0+1296"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"Change", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 21:09:19.148102', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 3439x3439+0+1296 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 28ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (148.7ms) Completed 200 OK in 212ms (Views: 160.4ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:09:19 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (142.2ms) Completed 200 OK in 170ms (Views: 152.6ms | ActiveRecord: 2.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:12:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 23:14:21 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ERROR: compiling ___sers_spieker__ites_gems_projects_saphira_app_views_saphira_file_items_show_html_erb___2444159683965156091_2183410460 RAISED /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb:39: unmatched close parenthesis: /[^a-zA-Z_]+)/ Function body: def ___sers_spieker__ites_gems_projects_saphira_app_views_saphira_file_items_show_html_erb___2444159683965156091_2183410460(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "saphira/file_items/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( notice );@output_buffer.safe_concat('

Additional
<%= t key, :scope => 'saphira.dynamic_attributes' %><%= value %>
Image variants
<%= variant.name %><%= link_to 'edit', image_variant_setting(variant) %>
<%= variant.name %><%= link_to 'edit', image_variant_setting_path(variant) %>
<%= variant.name %><%= link_to 'edit', image_variant_settings_path(variant) %>
'); if @file_item.dynamic_attributes @output_buffer.safe_concat(' '); @file_item.dynamic_attributes.each do |key, value| @output_buffer.safe_concat(' '); end end if @file_item.file.image? and Saphira::ImageVariant.exists? @output_buffer.safe_concat(' '); Saphira::ImageVariant.all.each do |variant| @output_buffer.safe_concat(' '); end end @output_buffer.safe_concat('
General
Name ');@output_buffer.append= ( @file_item.name );@output_buffer.safe_concat('
Tags ');@output_buffer.append= ( @file_item.tag_list );@output_buffer.safe_concat('
Additional
');@output_buffer.append= ( t key, :scope => 'saphira.dynamic_attributes' );@output_buffer.safe_concat(' ');@output_buffer.append= ( value );@output_buffer.safe_concat('
Image variants
');@output_buffer.append= ( t 'saphira.general.default', :default => 'Default' );@output_buffer.safe_concat('
');@output_buffer.append= ( variant.name );@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'show', file_item_image_variant_setting_path(@file_item, variant), :class => variant.name.gsub(/[^a-zA-Z_]+)/, '_') );@output_buffer.safe_concat('
'); if @file_item.file_uid and @file_item.file.image? @output_buffer.safe_concat('
');@output_buffer.append= ( image_tag @file_item.file.thumb('300x300').url );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
'); end @output_buffer.safe_concat('
');@output_buffer.append= ( link_to 'Edit', edit_file_item_path(@file_item) );@output_buffer.safe_concat(' | ');@output_buffer.append= ( link_to 'Back', @file_item.parent || file_items_path );@output_buffer.safe_concat(' ');@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/template.rb:282:in `module_eval' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/template.rb:282:in `compile' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/template.rb:190:in `compile!' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/template.rb:143:in `block in render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications.rb:55:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/template.rb:142:in `render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:40:in `block (2 levels) in render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/abstract_renderer.rb:33:in `block in instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `block in instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications/instrumenter.rb:21:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/abstract_renderer.rb:33:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:39:in `block in render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:47:in `render_with_layout' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:38:in `render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:12:in `block in render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/template_renderer.rb:9:in `render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_view/renderer/renderer.rb:17:in `render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:120:in `_render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/streaming.rb:250:in `_render_template' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:114:in `render_to_body' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/renderers.rb:30:in `render_to_body' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/compatibility.rb:43:in `render_to_body' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:99:in `render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/rendering.rb:16:in `render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/spieker/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.1.0/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/spieker/Sites/gems-projects/saphira/app/controllers/saphira/file_items_controller.rb:27:in `block (2 levels) in show' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/mime_responds.rb:195:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/mime_responds.rb:195:in `respond_to' /Users/spieker/Sites/gems-projects/saphira/app/controllers/saphira/file_items_controller.rb:20:in `show' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:167:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:416:in `_run__2274016859840576622__process_action__3380447525674779814__callbacks' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/rescue.rb:17:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `block in instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications/instrumenter.rb:21:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:201:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.1.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:121:in `process' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:45:in `process' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal.rb:193:in `dispatch' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_controller/metal.rb:236:in `block in action' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `dispatch' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:29:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:117:in `optimized_each' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:531:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/engine.rb:455:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/prefix.rb:26:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:531:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/etag.rb:23:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/conditionalget.rb:25:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/flash.rb:243:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/session/abstract/id.rb:195:in `context' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/session/abstract/id.rb:190:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/cookies.rb:326:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.1.0/lib/active_record/query_cache.rb:62:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:392:in `_run_call_callbacks' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:28:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/reloader.rb:68:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/sendfile.rb:101:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/remote_ip.rb:48:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/rack/logger.rb:13:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/methodoverride.rb:24:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/runtime.rb:17:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/activesupport-3.1.0/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/lock.rb:15:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/dragonfly-0.9.8/lib/dragonfly/cookie_monster.rb:9:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/static.rb:53:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/dragonfly-0.9.8/lib/dragonfly/middleware.rb:13:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:132:in `forward' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:243:in `fetch' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:181:in `lookup' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:65:in `call!' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-cache-1.0.3/lib/rack/cache/context.rb:50:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/engine.rb:455:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/rack/content_length.rb:16:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.1.0/lib/rails/rack/log_tailer.rb:14:in `call' /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.2/lib/rack/handler/webrick.rb:59:in `service' /Users/spieker/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /Users/spieker/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /Users/spieker/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (1.5ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (/Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb:39: unmatched close parenthesis: /[^a-zA-Z_]+)/): 36: <% Saphira::ImageVariant.all.each do |variant| %> 37: 38: <%= variant.name %> 39: <%= link_to 'show', file_item_image_variant_setting_path(@file_item, variant), :class => variant.name.gsub(/[^a-zA-Z_]+)/, '_') %> 40: 41: <% end %> 42: <% end %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (76.5ms) Completed 200 OK in 166ms (Views: 85.7ms | ActiveRecord: 2.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:14:57 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-09 23:17:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (147.2ms) Completed 200 OK in 210ms (Views: 161.6ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:34 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:17:35 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1800.7ms) Completed 200 OK in 1854ms (Views: 1813.0ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:17:37 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) couldn't find file /Users/spieker/Sites/gems-projects/saphira/test/dummy/system/files/development/2011/09/09/23_25_06_520_eos_550d_wrong_orientation.jpg Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:46:22 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1996.7ms) Completed 500 Internal Server Error in 2112ms ActionView::Template::Error (undefined method `saphira_image_crop' for #<#:0x00000104953cd8>): 29: 30: 31: <% end %> 32: <%= saphira_image_crop :file_item, "field_pre_manipulation_#{params[:id]}".to_sym %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:48:00 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1961.9ms) Completed 500 Internal Server Error in 2322ms ActionView::Template::Error (undefined method `saphira_image_crop' for #<#:0x00000101dd0250>): 29: 30: 31: <% end %> 32: <%= saphira_image_crop :file_item, "field_pre_manipulation_#{params[:id]}".to_sym %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:48:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (2113.6ms) Completed 500 Internal Server Error in 2165ms ActionView::Template::Error (undefined method `saphira_image_crop' for #): 29: 30: 31: <% end %> 32: <%= f.saphira_image_crop :file_item, "field_pre_manipulation_#{params[:id]}".to_sym %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:51:51 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (2165.9ms) Completed 500 Internal Server Error in 2497ms ActionView::Template::Error (undefined method `saphira_image_crop' for #): 29: 30: 31: <% end %> 32: <%= f.saphira_image_crop :file_item, "field_pre_manipulation_#{params[:id]}".to_sym %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:55:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1854.1ms) Completed 200 OK in 2274ms (Views: 1949.1ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (19ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (95ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:50 +0200 Served asset /jquery.js - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (13ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-09 23:55:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-09 23:57:42 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1885.2ms) Completed 500 Internal Server Error in 2269ms ActionView::Template::Error (undefined method `file_item' for #): 29: 30: 31: <% end %> 32: <%= f.saphira_image_crop :file_item, "field_pre_manipulation_#{params[:id]}".to_sym %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:00:07 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1877.5ms) Completed 200 OK in 1970ms (Views: 1925.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (18ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (11ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:00:09 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:15:56 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1909.2ms) Completed 500 Internal Server Error in 2302ms ActionView::Template::Error (undefined method `height' for #): 29: 30: 31: <% end %> 32: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym, @file_item.file.thumb('x300').url %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:17:08 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3616.2ms) Completed 200 OK in 4034ms (Views: 3711.1ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:17:12 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:17:47 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3576.8ms) Completed 200 OK in 3997ms (Views: 3673.1ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:51 +0200 Served asset /saphira/file_items.css - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:51 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:51 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /jquery.js - 304 Not Modified (126ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (8ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (7ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:17:52 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:18:40 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3642.2ms) Completed 200 OK in 4064ms (Views: 3740.1ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (26ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (12ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/file_items.js - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:18:44 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:18:45 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (4ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:19:36 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3648.3ms) Completed 200 OK in 4077ms (Views: 3747.8ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (8ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (14ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:19:40 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (16ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:19:41 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:20:17 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3669.3ms) Completed 200 OK in 3782ms (Views: 3681.2ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:20:21 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:20:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3643.9ms) Completed 200 OK in 3700ms (Views: 3656.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:21:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (24752.2ms) Completed 200 OK in 25170ms (Views: 24843.2ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (13ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:22:10 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:22:46 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (74582.8ms) Completed 200 OK in 75072ms (Views: 74746.6ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (23ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:24:01 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:24:26 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (8351.9ms) Completed 200 OK in 8484ms (Views: 8363.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:26:32 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (12622.2ms) Completed 200 OK in 12678ms (Views: 12635.0ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:26:45 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:30:08 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (15307.0ms) Completed 200 OK in 15441ms (Views: 15319.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:30:23 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (6783.4ms) Completed 200 OK in 6920ms (Views: 6795.1ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:31 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:31 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:31 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:30:31 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:30:31 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:31:18 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (5701.4ms) Completed 200 OK in 5811ms (Views: 5713.2ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:31:24 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:32:42 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3786.2ms) Completed 500 Internal Server Error in 4127ms ActionView::Template::Error (wrong number of arguments (4 for 3)): 29: 30: 31: <% end %> 32: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym, @file_item.file, :id => 'xyz' %> 33:
34: <%= image_tag @file_item.file.thumb('x300').url, :id => 'cropbox' %> 35:
Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:33:27 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3581.4ms) Completed 200 OK in 4000ms (Views: 3674.3ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/file_items.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (10ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:33:31 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:34:38 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1840.7ms) Completed 200 OK in 1957ms (Views: 1855.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (1ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:40 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:34:41 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:34:54 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"2246x2212+0+0"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:34:54.761115', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 2246x2212+0+0 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 366ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 00:34:54 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (219.3ms) Completed 200 OK in 342ms (Views: 229.2ms | ActiveRecord: 3.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:34:55 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:35:02 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1846.6ms) Completed 200 OK in 1994ms (Views: 1860.7ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:35:04 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"3456x3750+0+1054"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:35:15.538723', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 3456x3750+0+1054 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (138.8ms) Completed 200 OK in 197ms (Views: 149.4ms | ActiveRecord: 3.7ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:15 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:35:16 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:37:25 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1924.5ms) Completed 200 OK in 1979ms (Views: 1936.3ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/application.css - 304 Not Modified (26ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:37:27 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"3456x3681+0+1192"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:40:16.235429', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 3456x3681+0+1192 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (86.4ms) Completed 200 OK in 300ms (Views: 183.9ms | ActiveRecord: 3.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:40:16 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 00:41:23 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1832.4ms) Completed 200 OK in 1979ms (Views: 1847.0ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (16ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:25 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:41:26 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"1763x1676+864+2454"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:41:55.346813', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1763x1676+864+2454 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 31ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (140.8ms) Completed 200 OK in 200ms (Views: 153.1ms | ActiveRecord: 3.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:41:55 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Processing by Saphira::ImageVariantsController#index as HTML Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/index.html.erb within layouts/saphira/application (10.0ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (8ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:08 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants/new" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Processing by Saphira::ImageVariantsController#new as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/_form.html.erb (75.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/new.html.erb within layouts/saphira/application (91.5ms) Completed 200 OK in 103ms (Views: 101.9ms | ActiveRecord: 0.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:12 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started POST "/admin/saphira/image_variants" for 127.0.0.1 at 2011-09-10 00:42:24 +0200 Processing by Saphira::ImageVariantsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "image_variant"=>{"name"=>"test", "description"=>"", "manipulation"=>"300x400#"}, "commit"=>"Create Image variant"} SQL (0.8ms) INSERT INTO "saphira_image_variants" ("created_at", "description", "manipulation", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 09 Sep 2011 22:42:24 UTC +00:00], ["description", ""], ["manipulation", "300x400#"], ["name", "test"], ["updated_at", Fri, 09 Sep 2011 22:42:24 UTC +00:00]] Redirected to http://localhost:3000/admin/saphira/image_variants/2 Completed 302 Found in 22ms Started GET "/admin/saphira/image_variants/2" for 127.0.0.1 at 2011-09-10 00:42:24 +0200 Processing by Saphira::ImageVariantsController#show as HTML Parameters: {"id"=>"2"} Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/show.html.erb within layouts/saphira/application (7.3ms) Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-10 00:42:28 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (83.9ms) Completed 200 OK in 171ms (Views: 94.0ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (1ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (142.8ms) Completed 200 OK in 205ms (Views: 154.5ms | ActiveRecord: 3.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:33 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/image_variants" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Processing by Saphira::ImageVariantsController#index as HTML Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/index.html.erb within layouts/saphira/application (10.6ms) Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:41 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/image_variants/2/edit" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Processing by Saphira::ImageVariantsController#edit as HTML Parameters: {"id"=>"2"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/_form.html.erb (10.2ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/edit.html.erb within layouts/saphira/application (12.9ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:43 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:44 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:44 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PUT "/admin/saphira/image_variants/2" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Processing by Saphira::ImageVariantsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "image_variant"=>{"name"=>"test", "description"=>"", "manipulation"=>"400x300#"}, "commit"=>"Update Image variant", "id"=>"2"} Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]]  (0.4ms) UPDATE "saphira_image_variants" SET "manipulation" = '400x300#', "updated_at" = '2011-09-09 22:42:49.286702' WHERE "saphira_image_variants"."id" = 2 Redirected to http://localhost:3000/admin/saphira/image_variants/2 Completed 302 Found in 13ms Started GET "/admin/saphira/image_variants/2" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Processing by Saphira::ImageVariantsController#show as HTML Parameters: {"id"=>"2"} Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variants/show.html.erb within layouts/saphira/application (71.6ms) Completed 200 OK in 86ms (Views: 83.1ms | ActiveRecord: 0.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/application.css - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:49 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-10 00:42:55 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 ActsAsTaggableOn::Tag Load (0.4ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (144.9ms) Completed 200 OK in 173ms (Views: 155.4ms | ActiveRecord: 2.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:42:58 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 00:43:01 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (141.5ms) Completed 200 OK in 280ms (Views: 153.1ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:02 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 00:43:10 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1808.3ms) Completed 200 OK in 1959ms (Views: 1825.0ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:12 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:43:13 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:43:20 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"2955x1590+449+2540"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:43:21.049589', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1763x1676+864+2454 :pre_manipulation_2: 2955x1590+449+2540 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 90ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.1ms) Completed 200 OK in 211ms (Views: 93.3ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/application.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:21 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 00:43:32 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1880.0ms) Completed 200 OK in 1953ms (Views: 1896.0ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 00:43:34 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 00:43:42 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"2143x1521+657+2627"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-09 22:43:43.050163', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1763x1676+864+2454 :pre_manipulation_2: 2143x1521+657+2627 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 29ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (143.0ms) Completed 200 OK in 269ms (Views: 155.2ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 00:43:43 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:09:01 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (21882.3ms) Completed 200 OK in 22373ms (Views: 22029.9ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/file_items.css - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (6ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /jquery.js - 304 Not Modified (27ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/file_items.js - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (9ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:09:24 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:11:25 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (74.4ms) Completed 500 Internal Server Error in 463ms ActionView::Template::Error (wrong number of arguments(0 for 1)): 10: 11: 12: <% end %> 13: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym %> 14:
15: <%= hidden_field_tag :redirect_to, file_item_image_variant_setting_path(@file_item, params[:id]) %> 16: <%= f.submit 'update' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:12:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (71.5ms) Completed 500 Internal Server Error in 453ms ActionView::Template::Error (undefined method `height' for "2143x1521+657+2627":String): 10: 11:
12: <% end %> 13: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym %> 14:
15: <%= hidden_field_tag :redirect_to, file_item_image_variant_setting_path(@file_item, params[:id]) %> 16: <%= f.submit 'update' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:13:59 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (72.0ms) Completed 500 Internal Server Error in 462ms ActionView::Template::Error (undefined method `to_sym' for nil:NilClass): 10: 11:
12: <% end %> 13: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym %> 14:
15: <%= hidden_field_tag :redirect_to, file_item_image_variant_setting_path(@file_item, params[:id]) %> 16: <%= f.submit 'update' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:14:36 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1889.9ms) Completed 200 OK in 2313ms (Views: 1987.5ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (92ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (10ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:38 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:14:39 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:14:39 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (4ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:16:14 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1889.5ms) Completed 200 OK in 2327ms (Views: 1989.2ms | ActiveRecord: 1.6ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (8ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (15ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:16:17 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:17:02 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (399314.2ms) Completed 200 OK in 399732ms (Views: 399413.0ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (11ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/file_items.css - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (5ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:23:42 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:24:01 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1820.1ms) Completed 200 OK in 2239ms (Views: 1915.9ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (91ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (14ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/file_items.js - 304 Not Modified (21ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:03 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:04 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (5ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:24:04 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:24:04 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:25:18 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3659.9ms) Completed 200 OK in 4032ms (Views: 3760.7ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (9ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/file_items.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (11ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:22 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (9ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:25:23 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 08:25:27 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>""}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 06:25:28.456443', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1763x1676+864+2454 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 409ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (224.8ms) Completed 200 OK in 349ms (Views: 234.2ms | ActiveRecord: 3.4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:28 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:29 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:25:33 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3503.6ms) Completed 200 OK in 3623ms (Views: 3516.5ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:25:37 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:27:23 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3609.7ms) Completed 200 OK in 4035ms (Views: 3712.2ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/file_items.css - 304 Not Modified (15ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /jquery.js - 304 Not Modified (101ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (21ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (6ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:27:28 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 08:28:46 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3623.9ms) Completed 200 OK in 4048ms (Views: 3722.0ms | ActiveRecord: 1.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (38ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (10ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (8ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/application.js - 304 Not Modified (11ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:28:51 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"3128x3128+190+1901"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 06:29:14.469707', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1763x1676+864+2454 :pre_manipulation_2: 3128x3128+190+1901 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 312ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (194.3ms) Completed 200 OK in 255ms (Views: 205.1ms | ActiveRecord: 3.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:15 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 08:29:28 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (74.8ms) Completed 200 OK in 195ms (Views: 143.1ms | ActiveRecord: 3.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:28 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:29 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 08:29:31 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3510.5ms) Completed 200 OK in 3653ms (Views: 3609.9ms | ActiveRecord: 1.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 08:29:35 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 23:11:35 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (302.7ms) Completed 200 OK in 746ms (Views: 404.8ms | ActiveRecord: 3.5ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (25ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (14ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (16ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (10ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:11:36 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:11:37 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (1808.1ms) Completed 500 Internal Server Error in 1919ms ActionView::Template::Error (undefined method `round' for #): 10: 11:
12: <% end %> 13: <%= f.saphira_image_crop "field_pre_manipulation_#{params[:id]}".to_sym %> 14:
15: <%= hidden_field_tag :redirect_to, file_item_image_variant_setting_path(@file_item, params[:id]) %> 16: <%= f.submit 'update' %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:12:11 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3647.7ms) Completed 200 OK in 4079ms (Views: 3809.0ms | ActiveRecord: 1.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (25ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/file_items.css - 304 Not Modified (19ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/file_items.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (7ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (2ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:12:15 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 23:12:29 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"2143x2229+536+1987"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 21:12:29.946508', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 2143x2229+536+1987 :pre_manipulation_2: 3128x3128+190+1901 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 304ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 23:12:29 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (185.6ms) Completed 200 OK in 245ms (Views: 195.6ms | ActiveRecord: 3.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:12:34 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3704.5ms) Completed 200 OK in 3844ms (Views: 3716.2ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/file_items.css - 304 Not Modified (13ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:12:38 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:12:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3610.3ms) Completed 200 OK in 3762ms (Views: 3624.5ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:13:44 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3620.3ms) Completed 200 OK in 4038ms (Views: 3712.4ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:13:48 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (17ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (102ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/file_items.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /jquery.js - 304 Not Modified (25ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:13:49 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"2108x2281+536+1987"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.5ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 21:14:07.494270', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 2108x2281+536+1987 :pre_manipulation_2: 3128x3128+190+1901 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 310ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (194.9ms) Completed 200 OK in 258ms (Views: 206.4ms | ActiveRecord: 3.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (7ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:08 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:14:10 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3584.2ms) Completed 200 OK in 3645ms (Views: 3598.8ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:14:14 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:15:32 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (3731.3ms) Completed 200 OK in 4107ms (Views: 3829.0ms | ActiveRecord: 1.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (30ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (11ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (9ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (10ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:36 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:37 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:37 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:15:37 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 23:15:55 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"449x449+1400+2523"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 21:15:55.895143', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 449x449+1400+2523 :pre_manipulation_2: 3128x3128+190+1901 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 363ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 23:15:55 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (219.7ms) Completed 200 OK in 347ms (Views: 229.2ms | ActiveRecord: 4.3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:15:56 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-10 23:17:01 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (80.2ms) Completed 200 OK in 230ms (Views: 91.3ms | ActiveRecord: 3.7ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:02 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:17:03 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (5551.4ms) Completed 200 OK in 5670ms (Views: 5563.7ms | ActiveRecord: 2.7ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:17:09 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-10 23:17:22 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (5635.9ms) Completed 200 OK in 5694ms (Views: 5648.6ms | ActiveRecord: 2.3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 23:17:45 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (79.2ms) Completed 200 OK in 309ms (Views: 174.3ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (23ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:46 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-10 23:17:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.6ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (10045.6ms) Completed 200 OK in 10173ms (Views: 10062.3ms | ActiveRecord: 2.7ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-10 23:17:58 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"1158x864+1175+1227"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-10 21:18:12.285529', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 449x449+1400+2523 :pre_manipulation_2: 1158x864+1175+1227 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 91ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.6ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (79.1ms) Completed 200 OK in 208ms (Views: 89.7ms | ActiveRecord: 4.3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-10 23:18:12 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 07:56:36 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (5981.4ms) Completed 200 OK in 6038ms (Views: 5993.9ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 07:56:42 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 07:56:43 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"3456x2592+0+1227"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-11 05:57:10.236867', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 449x449+1400+2523 :pre_manipulation_2: 3456x2592+0+1227 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 28ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.4ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (1.8ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (139.3ms) Completed 200 OK in 198ms (Views: 150.0ms | ActiveRecord: 4.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 07:57:10 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:06:26 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9195.4ms) Completed 200 OK in 9565ms (Views: 9292.2ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/file_items.js - 304 Not Modified (9ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (15ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:06:36 +0200 Served asset /saphira/application.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:06:37 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:07:16 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9300.3ms) Completed 200 OK in 9667ms (Views: 9391.3ms | ActiveRecord: 2.8ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /jquery.js - 304 Not Modified (21ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:07:26 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:08:48 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9407.5ms) Completed 200 OK in 9829ms (Views: 9503.5ms | ActiveRecord: 2.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (20ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (16ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (19ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /jquery.js - 304 Not Modified (15ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (6ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (12ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (6ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:08:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:08:59 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:11:04 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9147.1ms) Completed 200 OK in 9556ms (Views: 9238.2ms | ActiveRecord: 2.5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (16ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /jquery.js - 304 Not Modified (19ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (15ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (42ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:11:14 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (3ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:13:46 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9735.2ms) Completed 200 OK in 10150ms (Views: 9824.3ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (21ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /jquery.js - 304 Not Modified (17ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (15ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:13:56 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:13:57 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:14:58 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.4ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9400.2ms) Completed 200 OK in 9820ms (Views: 9496.3ms | ActiveRecord: 2.7ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /jquery.js - 304 Not Modified (14ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/file_items.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (7ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (9ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:15:08 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:30:09 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (9972.9ms) Completed 200 OK in 10386ms (Views: 10067.1ms | ActiveRecord: 2.5ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (24ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/file_items.js - 304 Not Modified (7ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (15ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:30:20 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (2ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-11 08:30:39 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"1140x2661+1227+1953"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-11 06:30:39.542134', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 449x449+1400+2523 :pre_manipulation_2: 1140x2661+1227+1953 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 309ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-11 08:30:39 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.5ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (197.3ms) Completed 200 OK in 258ms (Views: 208.7ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:39 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:40 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2/edit" for 127.0.0.1 at 2011-09-11 08:30:45 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (7330.2ms) Completed 200 OK in 7388ms (Views: 7344.6ms | ActiveRecord: 2.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:30:52 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:30:53 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_2"=>"3456x2592+0+1728"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/2", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.3ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-11 06:31:15.243093', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 449x449+1400+2523 :pre_manipulation_2: 3456x2592+0+1728 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/2 Completed 302 Found in 28ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/2" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "2"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.4ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (142.9ms) Completed 200 OK in 272ms (Views: 156.2ms | ActiveRecord: 3.1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:31:15 +0200 Served asset /saphira/application.js - 304 Not Modified (4ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (85.1ms) Completed 200 OK in 246ms (Views: 99.2ms | ActiveRecord: 3.9ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:14 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1/edit" for 127.0.0.1 at 2011-09-11 08:35:16 +0200 Processing by Saphira::ImageVariantSettingsController#edit as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/edit.html.erb within layouts/saphira/application (5590.2ms) Completed 200 OK in 5717ms (Views: 5603.1ms | ActiveRecord: 2.6ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jcrop.gif" for 127.0.0.1 at 2011-09-11 08:35:22 +0200 Served asset /saphira/jcrop.gif - 304 Not Modified (0ms) Started PUT "/admin/saphira/files/mulleimer" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Processing by Saphira::FileItemsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ka6s816FcNEinF86fTg7BYbETCYFyOJB4O2xcrjJ6/4=", "file_item"=>{"field_pre_manipulation_1"=>"1227x1227+1140+2592"}, "redirect_to"=>"/admin/saphira/files/mulleimer/image_variant_settings/1", "commit"=>"update", "id"=>"mulleimer"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'mulleimer' OR "slug" LIKE 'mulleimer--%') AND (id <> 1) ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Mülleimer' AND "saphira_file_items"."id" != 1 AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1  (0.4ms) UPDATE "saphira_file_items" SET "updated_at" = '2011-09-11 06:35:51.585695', "dynamic_attributes" = '--- :field_image_capture_date: 2011-08-26 14:04:10 +02:00 :field_image_exposure_time: !ruby/object:Rational denominator: 40 numerator: 1 :field_image_f_number: !ruby/object:Rational denominator: 1 numerator: 10 :field_image_make: Canon :field_image_model: Canon EOS 550D :field_image_orientation: 8 :field_image_orientation_transformed: true :pre_manipulation_1: 1227x1227+1140+2592 :pre_manipulation_2: 3456x2592+0+1728 ' WHERE "saphira_file_items"."id" = 1 Redirected to http://localhost:3000/admin/saphira/files/mulleimer/image_variant_settings/1 Completed 302 Found in 29ms Started GET "/admin/saphira/files/mulleimer/image_variant_settings/1" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Processing by Saphira::ImageVariantSettingsController#show as HTML Parameters: {"file_item_id"=>"mulleimer", "id"=>"1"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::ImageVariant Load (0.1ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 [["id", "1"]] ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.7ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.3ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  CACHE (0.0ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" WHERE "saphira_image_variants"."id" = ? LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/image_variant_settings/show.html.erb within layouts/saphira/application (142.6ms) Completed 200 OK in 201ms (Views: 153.8ms | ActiveRecord: 3.2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-11 08:35:52 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/" for 127.0.0.1 at 2011-09-19 21:53:23 +0200 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.3ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-19 21:53:33 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (5.6ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"dsaf"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `join' for "dsaf":String): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.7ms) Started GET "/admin/saphira/webdav/dsaf/" for 127.0.0.1 at 2011-09-19 22:11:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsaf"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `join' for "dsaf":String): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started GET "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:11:09 +0200 ActionController::RoutingError (No route matches [GET] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/saphira/webdav/dsf" for 127.0.0.1 at 2011-09-19 22:11:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `join' for "dsf":String): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms) Started GET "/admin/saphira/webdav/dsf" for 127.0.0.1 at 2011-09-19 22:14:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `join' for "dsf":String): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:14:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `join' for "dsf/sdf":String): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.9ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:14:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} Completed 500 Internal Server Error in 4ms NameError (uninitialized constant Railsdav::InstanceMethods::Iconv): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.6ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 72ms (Views: 71.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/dsf/sdf" for 127.0.0.1 at 2011-09-19 22:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"dsf/sdf"} CONVERTED: dsf/sdf Rendered text template (0.0ms) Completed 405 Method Not Allowed in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/file_item/d" for 127.0.0.1 at 2011-09-19 22:17:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"file_item/d"} CONVERTED: file_item/d Rendered text template (0.0ms) Completed 405 Method Not Allowed in 72ms (Views: 70.6ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/file_item" for 127.0.0.1 at 2011-09-19 22:17:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"file_item"} CONVERTED: file_item Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/file_item" for 127.0.0.1 at 2011-09-19 22:33:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"file_item"} CONVERTED: file_item Rendered text template (0.0ms) Completed 405 Method Not Allowed in 75ms (Views: 73.6ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:33:43 +0200 ActionController::RoutingError (No route matches [GET] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.0ms) Started GET "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:34:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Completed 500 Internal Server Error in 1ms NoMethodError (You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.split): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:34:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Completed 500 Internal Server Error in 1ms NoMethodError (You have a nil object when you didn't expect it! You might have expected an instance of Array. The error occurred while evaluating nil.split): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:34:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:35:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} WARNING: Can't verify CSRF token authenticity CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:36:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:39:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:39:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 405 Method Not Allowed in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:41:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 3ms NameError (uninitialized constant Saphira::WebdavController::FileItemResource): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.7ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:42:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Completed 500 Internal Server Error in 18ms NoMethodError (undefined method `map' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.7ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:43:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Completed 500 Internal Server Error in 112ms NoMethodError (undefined method `data' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:43:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Completed 500 Internal Server Error in 55ms NoMethodError (undefined method `data' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.9ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:44:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Rendered text template (0.0ms) Sent data 1.yaml (16.5ms) Completed 200 OK in 130ms (Views: 16.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:45:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Rendered text template (0.0ms) Sent data 1.yaml (4.0ms) Completed 200 OK in 117ms (Views: 3.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:48:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Rendered text template (0.0ms) Sent data 1.yaml (71.0ms) Completed 200 OK in 1298ms (Views: 70.8ms | ActiveRecord: 0.8ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:49:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL ORDER BY "lft" LIMIT 1 Rendered text template (0.0ms) Sent data 1.yaml (4.9ms) Completed 200 OK in 35214ms (Views: 4.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:51:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 30393ms NoMethodError (undefined method `file_uid' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.8ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:51:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 4394ms NoMethodError (undefined method `file_uid' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (62.8ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:52:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 4172ms NoMethodError (undefined method `file_uid' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.5ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:53:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (218.7ms) Completed 200 OK in 5186ms (Views: 218.5ms | ActiveRecord: 1.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:54:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (5.7ms) Completed 200 OK in 118ms (Views: 5.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:55:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (76.7ms) Completed 200 OK in 95ms (Views: 76.5ms | ActiveRecord: 0.7ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:55:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (6.7ms) Completed 200 OK in 150596ms (Views: 6.6ms | ActiveRecord: 1.9ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:58:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:58:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:58:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:58:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (21.4ms) Completed 207 Multi-Status in 38ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:58:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 22:58:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:58:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 22:58:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 17ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:00:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (7.4ms) Completed 200 OK in 4130ms (Views: 7.3ms | ActiveRecord: 3.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:00:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered text template (0.0ms) Sent data / (5.9ms) Completed 200 OK in 123ms (Views: 5.8ms | ActiveRecord: 1.3ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:00:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:00:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 66ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:00:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:00:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 20ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:02:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:02:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:02:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:02:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 18ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:03:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:03:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:03:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:03:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 18ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:04:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:04:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:04:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:04:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.5ms) Completed 207 Multi-Status in 20ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:05:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:05:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:05:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:05:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 18ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:06:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:06:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:06:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:06:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (21.5ms) Completed 207 Multi-Status in 39ms (Views: 25.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:06:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:06:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:06:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:06:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 18ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:07:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:07:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:07:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:07:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 19ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:08:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:08:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:08:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:08:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (23.4ms) Completed 207 Multi-Status in 12916ms (Views: 29.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:09:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:09:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:09:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:09:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 37018ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:10:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 73ms (Views: 71.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:10:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:10:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:10:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (27.6ms) Completed 207 Multi-Status in 11674ms (Views: 34.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 74ms (Views: 73.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (23.6ms) Completed 207 Multi-Status in 61284ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:16:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:16:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:16:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:16:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (0.4ms) Completed 207 Multi-Status in 15630ms (Views: 6.1ms | ActiveRecord: 1.4ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 4367ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:20:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:20:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:20:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:20:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 4102ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:22:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 73ms (Views: 72.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:22:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:22:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:22:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (21.2ms) Completed 207 Multi-Status in 40ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:22:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:22:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:22:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:22:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.5ms) Completed 207 Multi-Status in 20ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 22ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 18ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:23:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:23:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (0.4ms) Completed 207 Multi-Status in 19ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:24:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 72ms (Views: 71.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:24:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:24:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:24:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (21.2ms) Completed 207 Multi-Status in 42ms (Views: 28.2ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:25:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:25:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:25:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 60ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:25:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (21.0ms) Completed 207 Multi-Status in 39ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:26:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:26:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (0.4ms) Completed 207 Multi-Status in 143ms (Views: 6.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:26:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:28:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 75ms (Views: 73.7ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-19 23:28:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:28:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-19 23:28:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (22.5ms) Rendered inline template (0.6ms) Completed 207 Multi-Status in 109407ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:04:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 118ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (20.3ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:05:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 76ms (Views: 73.2ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:06:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:06:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:06:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:06:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 172ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (20.6ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:07:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 122ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:07:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 124ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:07:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 119ms ActionView::MissingTemplate (Missing partial webdav/propfind.xml with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (20.9ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:10:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 119ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:xml], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (20.8ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:10:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 19ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:10:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed 500 Internal Server Error in 120ms ActionView::MissingTemplate (Missing partial webdav/propfind with {:handlers=>[:erb, :builder], :formats=>[:xml], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:11:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (75.2ms) Completed 500 Internal Server Error in 159ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.3ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:12:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (41.9ms) Completed 207 Multi-Status in 128ms (Views: 106.5ms | ActiveRecord: 0.8ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:12:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:12:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.1ms) Completed 207 Multi-Status in 23ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"quota_available_bytes"=>nil, "quota_used_bytes"=>nil, "quota"=>nil, "quotaused"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 23ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.1ms) Completed 207 Multi-Status in 23ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 24ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.1ms) Completed 207 Multi-Status in 23ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 121ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.1ms) Completed 207 Multi-Status in 24ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 122ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel/" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 124ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 125ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 122ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 123ms (Views: 9.2ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/autoexec.bat" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"autoexec"} CONVERTED: autoexec CONVERTED: autoexec Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'autoexec' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 122ms (Views: 10.1ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:12:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 122ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Windows" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Windows"} CONVERTED: Windows CONVERTED: Windows Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Windows' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 124ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 62ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100"} CONVERTED: .Spotlight-V100 CONVERTED: .Spotlight-V100 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 62ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1"} CONVERTED: .Spotlight-V100/Store-V1 CONVERTED: .Spotlight-V100/Store-V1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 63ms (Views: 9.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 63ms (Views: 9.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1/VolumeConfig.plist" for 127.0.0.1 at 2011-09-20 10:12:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1/VolumeConfig"} CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1/VolumeConfig' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 63ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:12:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 65ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:12:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 68ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:12:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:12:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._Backups"} CONVERTED: ._Backups CONVERTED: ._Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._Backups' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 64ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:12:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 70ms (Views: 9.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (67.5ms) Completed 207 Multi-Status in 130ms (Views: 72.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 148ms (Views: 11.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 125ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 130ms (Views: 9.8ms | ActiveRecord: 2.9ms) Started PROPFIND "/admin/saphira/webdav/.hidden" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".hidden"} CONVERTED: .hidden CONVERTED: .hidden Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.hidden' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 125ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._mulleimer" for 127.0.0.1 at 2011-09-20 10:12:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 126ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 126ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 127ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 144ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 127ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 126ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:12:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 125ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:12:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 147ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/test/" for 127.0.0.1 at 2011-09-20 10:13:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 2 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 2 Rendered inline template (5.4ms) Completed 207 Multi-Status in 137ms (Views: 9.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/test/._test" for 127.0.0.1 at 2011-09-20 10:13:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"test/"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 132ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/test/" for 127.0.0.1 at 2011-09-20 10:13:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 2 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 2 Rendered inline template (5.2ms) Completed 207 Multi-Status in 134ms (Views: 9.4ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/test/.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"test/"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 135ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/test/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"test/._"} CONVERTED: test/._ CONVERTED: test/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test/._' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 126ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/" for 127.0.0.1 at 2011-09-20 10:13:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 139ms (Views: 9.5ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/._mulleimer" for 127.0.0.1 at 2011-09-20 10:13:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 137ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/" for 127.0.0.1 at 2011-09-20 10:13:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 135ms (Views: 9.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 132ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/._"} CONVERTED: mulleimer/._ CONVERTED: mulleimer/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 126ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"mulleimer/mulleimer"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 161ms (Views: 12.3ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/._mulleimer" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 124ms (Views: 9.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/._test" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 123ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 127ms (Views: 11.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 122ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/" for 127.0.0.1 at 2011-09-20 10:13:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"mulleimer/mulleimer"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 146ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/"} CONVERTED: mulleimer/mulleimer CONVERTED: mulleimer/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 61ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/mulleimer/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mulleimer/mulleimer/._"} CONVERTED: mulleimer/mulleimer/._ CONVERTED: mulleimer/mulleimer/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer/mulleimer/._' LIMIT 1 Rendered inline template (5.0ms) Completed 207 Multi-Status in 63ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mulleimer/" for 127.0.0.1 at 2011-09-20 10:13:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 147ms (Views: 9.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 5 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 5 Rendered inline template (5.1ms) Completed 207 Multi-Status in 137ms (Views: 9.9ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/img_4712-jpg/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:13:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4712-jpg/"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 136ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 5 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 5 Rendered inline template (5.2ms) Completed 207 Multi-Status in 138ms (Views: 9.9ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/img_4712-jpg/.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4712-jpg/"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered inline template (5.0ms) Completed 207 Multi-Status in 74ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/img_4712-jpg/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4712-jpg/._"} CONVERTED: img_4712-jpg/._ CONVERTED: img_4712-jpg/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg/._' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 61ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/img_4707-jpg/" for 127.0.0.1 at 2011-09-20 10:13:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 4 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 4 Rendered inline template (5.1ms) Completed 207 Multi-Status in 134ms (Views: 9.4ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/img_4707-jpg/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:13:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4707-jpg/"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 133ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/img_4707-jpg/" for 127.0.0.1 at 2011-09-20 10:13:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 4 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 4 Rendered inline template (5.2ms) Completed 207 Multi-Status in 139ms (Views: 9.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/img_4707-jpg/.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4707-jpg/"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 138ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/img_4707-jpg/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:13:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"img_4707-jpg/._"} CONVERTED: img_4707-jpg/._ CONVERTED: img_4707-jpg/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg/._' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 62ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems"} CONVERTED: .TemporaryItems CONVERTED: .TemporaryItems Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 61ms (Views: 9.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 67ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders"} CONVERTED: .TemporaryItems/folders CONVERTED: .TemporaryItems/folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/._folders.501" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/._folders"} CONVERTED: .TemporaryItems/._folders CONVERTED: .TemporaryItems/._folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/._folders' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 65ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 62ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/._Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:13:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/"} CONVERTED: .TemporaryItems/folders.501 CONVERTED: .TemporaryItems/folders.501 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501' LIMIT 1 Rendered inline template (5.0ms) Completed 207 Multi-Status in 61ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/" for 127.0.0.1 at 2011-09-20 10:13:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 137ms (Views: 11.1ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/" for 127.0.0.1 at 2011-09-20 10:13:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 145ms (Views: 11.5ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.7ms) Completed 207 Multi-Status in 145ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 150ms (Views: 11.3ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 78ms (Views: 11.1ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 142ms (Views: 10.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 141ms (Views: 10.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 141ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 143ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 78ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 137ms (Views: 10.6ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 145ms (Views: 11.1ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 148ms (Views: 11.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.3ms) Completed 207 Multi-Status in 140ms (Views: 10.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (64.9ms) Completed 207 Multi-Status in 137ms (Views: 69.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.3ms) Completed 207 Multi-Status in 138ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 141ms (Views: 12.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (30.7ms) Completed 207 Multi-Status in 174ms (Views: 40.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 161ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 137ms (Views: 11.0ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 144ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 140ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 178ms (Views: 10.7ms | ActiveRecord: 2.1ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.3ms) Completed 207 Multi-Status in 146ms (Views: 10.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 136ms (Views: 10.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 144ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.8ms) Completed 207 Multi-Status in 184ms (Views: 17.5ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 143ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.3ms) Completed 207 Multi-Status in 146ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 137ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 140ms (Views: 10.6ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.8ms) Completed 207 Multi-Status in 174ms (Views: 11.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.5ms) Completed 207 Multi-Status in 146ms (Views: 10.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 78ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 137ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 139ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 144ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 142ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 78ms (Views: 11.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 136ms (Views: 10.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 140ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 145ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 147ms (Views: 10.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (90.1ms) Completed 207 Multi-Status in 165ms (Views: 95.6ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 32ms (Views: 14.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (7.0ms) Completed 207 Multi-Status in 183ms (Views: 12.5ms | ActiveRecord: 2.8ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (7.0ms) Completed 207 Multi-Status in 192ms (Views: 14.0ms | ActiveRecord: 2.1ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.7ms) Completed 207 Multi-Status in 100ms (Views: 12.6ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 177ms (Views: 22.4ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 163ms (Views: 10.6ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 129ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.9ms) Completed 207 Multi-Status in 169ms (Views: 11.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.4ms) Completed 207 Multi-Status in 145ms (Views: 10.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.9ms) Completed 207 Multi-Status in 181ms (Views: 12.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 408ms (Views: 11.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.7ms) Completed 207 Multi-Status in 185ms (Views: 11.8ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (8.8ms) Completed 207 Multi-Status in 160ms (Views: 13.8ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.7ms) Completed 207 Multi-Status in 157ms (Views: 11.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.8ms) Completed 207 Multi-Status in 148ms (Views: 11.9ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.7ms) Completed 207 Multi-Status in 166ms (Views: 11.4ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (6.6ms) Completed 207 Multi-Status in 152ms (Views: 11.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (7.1ms) Completed 207 Multi-Status in 153ms (Views: 11.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/" for 127.0.0.1 at 2011-09-20 10:13:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg/img_4712-jpg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Completed in 138ms Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:15:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (133.8ms) Completed 500 Internal Server Error in 220ms ActionView::Template::Error (No such file or directory - inline template): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: binding.pry 8: resource.get_properties.each do |property, value| 9: xml.D(property, value) 10: end Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.3ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:16:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (80.0ms) Completed 500 Internal Server Error in 220ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: p resource.get_properties 8: resource.get_properties.each do |property, value| 9: xml.D(property, value) 10: end Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.7ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:17:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (42322.8ms) Completed 500 Internal Server Error in 42409ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.9ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:18:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (129.2ms) Completed 500 Internal Server Error in 214ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.8ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:18:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (5.7ms) Completed 500 Internal Server Error in 128ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:19:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (76.3ms) Completed 500 Internal Server Error in 216ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.2ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:20:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (42792.2ms) Completed 500 Internal Server Error in 42878ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.8ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:21:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (37183.6ms) Completed 500 Internal Server Error in 37308ms ActionView::Template::Error (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.size): 4: xml.D :href, resource.get_href 5: xml.D :propstat do 6: xml.D :prop do 7: resource.get_properties.each do |property, value| 8: xml.D(property, value) 9: end 10: xml.D :resourcetype do Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:22:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (44.9ms) Completed 207 Multi-Status in 128ms (Views: 106.7ms | ActiveRecord: 0.8ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:22:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL Rendered inline template (8.9ms) Completed 207 Multi-Status in 127ms (Views: 13.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:23:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 404 Not Found in 19ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:23:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:23:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.5ms) Completed 207 Multi-Status in 23ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"quota_available_bytes"=>nil, "quota_used_bytes"=>nil, "quota"=>nil, "quotaused"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 23ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 24ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.5ms) Completed 207 Multi-Status in 25ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 25ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 23ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:23:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 132ms (Views: 8.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 65ms (Views: 11.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 133ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/autoexec.bat" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"autoexec"} CONVERTED: autoexec CONVERTED: autoexec Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'autoexec' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 9.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/Windows" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Windows"} CONVERTED: Windows CONVERTED: Windows Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Windows' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 135ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 64ms (Views: 9.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100"} CONVERTED: .Spotlight-V100 CONVERTED: .Spotlight-V100 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 133ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 63ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1" for 127.0.0.1 at 2011-09-20 10:23:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1"} CONVERTED: .Spotlight-V100/Store-V1 CONVERTED: .Spotlight-V100/Store-V1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 133ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1/VolumeConfig.plist" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1/VolumeConfig"} CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1/VolumeConfig' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 145ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 66ms (Views: 10.7ms | ActiveRecord: 2.0ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 135ms (Views: 9.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 65ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 134ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:23:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 10.6ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/._Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:23:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._Backups"} CONVERTED: ._Backups CONVERTED: ._Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 88ms (Views: 9.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:23:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 63ms (Views: 9.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 136ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._mulleimer" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer CONVERTED: ._mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 67ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.hidden" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".hidden"} CONVERTED: .hidden CONVERTED: .hidden Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.hidden' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 68ms (Views: 9.4ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 62ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test CONVERTED: ._test Saphira::FileItem Load (0.6ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 10.3ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 61ms (Views: 9.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 69ms (Views: 11.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:23:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 62ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 65ms (Views: 11.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.0ms) Completed 200 OK in 136ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.8ms) Completed 200 OK in 131ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:23:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (6.5ms) Completed 200 OK in 185ms (Views: 6.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.6ms) Completed 200 OK in 151ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 10:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.3ms) Completed 200 OK in 224ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 10:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.4ms) Completed 200 OK in 60ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.7ms) Completed 200 OK in 159ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.0ms) Completed 200 OK in 109ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.1ms) Completed 200 OK in 112ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:23:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.3ms) Completed 200 OK in 151ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 10:23:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.5ms) Completed 200 OK in 455ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 10:23:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.4ms) Completed 200 OK in 402ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:24:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 22ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 10:24:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 61ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:24:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.7ms) Completed 200 OK in 457ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:24:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.5ms) Completed 200 OK in 71ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:25:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.2ms) Completed 200 OK in 198ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:25:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.8ms) Completed 200 OK in 115ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-20 10:25:12 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"folder"} ActsAsTaggableOn::Tag Load (0.6ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (154.5ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_folder.html.erb within layouts/saphira/application (170.3ms) Completed 200 OK in 194ms (Views: 179.5ms | ActiveRecord: 1.4ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:18 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "file_item"=>{"name"=>"Bilder", "tag_list"=>"", "item_type"=>"folder", "parent_id"=>""}, "commit"=>"Create"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'bilder' OR "slug" LIKE 'bilder--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Bilder' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (7.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 08:25:22 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", "folder"], ["lft", 11], ["name", "Bilder"], ["parent_id", nil], ["path", "bilder"], ["rgt", 12], ["slug", "bilder"], ["updated_at", Tue, 20 Sep 2011 08:25:22 UTC +00:00]] ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND "taggings"."tagger_type" IS NULL AND "taggings"."tagger_id" IS NULL AND "taggings"."context" = 'tags' AND "taggings"."tag_id" IN (NULL) Redirected to http://localhost:3000/admin/saphira/files/bilder Completed 302 Found in 299ms Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (6.2ms) Completed 200 OK in 32ms (Views: 16.1ms | ActiveRecord: 0.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 10:25:23 +0200 Served asset /saphira/icons/32x32/direction_up.png - 200 OK (10ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:25:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._bilder"} CONVERTED: ._bilder CONVERTED: ._bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._bilder' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 76ms (Views: 9.9ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:25:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.7ms) Completed 207 Multi-Status in 157ms (Views: 10.0ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/._bilder" for 127.0.0.1 at 2011-09-20 10:25:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 78ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:25:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.7ms) Completed 207 Multi-Status in 80ms (Views: 10.3ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/.DS_Store" for 127.0.0.1 at 2011-09-20 10:25:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 76ms (Views: 9.8ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:25:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._"} CONVERTED: bilder/._ CONVERTED: bilder/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 61ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:25:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.5ms) Completed 207 Multi-Status in 76ms (Views: 9.7ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:25:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (1.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.9ms) Completed 207 Multi-Status in 28ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:29:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 4ms ArgumentError (wrong number of arguments (0 for 1)): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:38:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 4ms ArgumentError (wrong number of arguments (0 for 1)): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:38:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Completed 500 Internal Server Error in 4ms ArgumentError (wrong number of arguments (0 for 1)): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.9ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:39:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:41:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:41:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 24ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:41:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 73ms (Views: 10.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:41:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 84ms (Views: 13.2ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:41:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 142ms (Views: 10.0ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:41:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems"} CONVERTED: .TemporaryItems CONVERTED: .TemporaryItems Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 66ms (Views: 10.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:42:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 11.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501" for 127.0.0.1 at 2011-09-20 10:42:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders"} CONVERTED: .TemporaryItems/folders CONVERTED: .TemporaryItems/folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 67ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/._folders.501" for 127.0.0.1 at 2011-09-20 10:42:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/._folders"} CONVERTED: .TemporaryItems/._folders CONVERTED: .TemporaryItems/._folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/._folders' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 69ms (Views: 9.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:42:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 11.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/._Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:42:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/"} CONVERTED: .TemporaryItems/folders.501 CONVERTED: .TemporaryItems/folders.501 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/" for 127.0.0.1 at 2011-09-20 10:42:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.6ms) Completed 207 Multi-Status in 26ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/.Trashes" for 127.0.0.1 at 2011-09-20 10:42:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Trashes"} CONVERTED: .Trashes CONVERTED: .Trashes Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Trashes' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 71ms (Views: 10.7ms | ActiveRecord: 1.4ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"quota_available_bytes"=>nil, "quota_used_bytes"=>nil, "quota"=>nil, "quotaused"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 24ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 23ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.7ms) Completed 207 Multi-Status in 26ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 27ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 74ms (Views: 12.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 186ms (Views: 12.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.5ms) Completed 207 Multi-Status in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 62ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel/" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 65ms (Views: 10.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 65ms (Views: 11.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 65ms (Views: 9.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/System/" for 127.0.0.1 at 2011-09-20 10:42:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 66ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 185ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/autoexec.bat" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"autoexec"} CONVERTED: autoexec CONVERTED: autoexec Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'autoexec' LIMIT 1 Rendered inline template (6.2ms) Completed 207 Multi-Status in 69ms (Views: 11.2ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/Windows" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Windows"} CONVERTED: Windows CONVERTED: Windows Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Windows' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 66ms (Views: 11.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100"} CONVERTED: .Spotlight-V100 CONVERTED: .Spotlight-V100 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 66ms (Views: 11.4ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1"} CONVERTED: .Spotlight-V100/Store-V1 CONVERTED: .Spotlight-V100/Store-V1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 64ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 66ms (Views: 11.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1/VolumeConfig.plist" for 127.0.0.1 at 2011-09-20 10:42:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1/VolumeConfig"} CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1/VolumeConfig' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 185ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:42:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 11.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:42:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 64ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:42:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 92ms (Views: 14.1ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 73ms (Views: 10.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:42:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._Backups"} CONVERTED: ._Backups CONVERTED: ._Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._Backups' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 71ms (Views: 10.2ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:42:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 70ms (Views: 10.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:42:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 68ms (Views: 10.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:42:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 67ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.hidden" for 127.0.0.1 at 2011-09-20 10:42:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".hidden"} CONVERTED: .hidden CONVERTED: .hidden Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.hidden' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 69ms (Views: 10.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:42:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 73ms (Views: 10.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:42:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 69ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:42:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/"} CONVERTED: Backups.backupdb CONVERTED: Backups.backupdb Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 73ms (Views: 11.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:42:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/._"} CONVERTED: Backups.backupdb/._ CONVERTED: Backups.backupdb/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/._' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 71ms (Views: 9.9ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:42:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 69ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:42:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 65ms (Views: 9.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:42:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 67ms (Views: 10.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:42:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (6.7ms) Completed 207 Multi-Status in 29ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:43:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 84ms (Views: 11.3ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:43:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems"} CONVERTED: .TemporaryItems CONVERTED: .TemporaryItems Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 77ms (Views: 10.4ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/._.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:43:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 174ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501" for 127.0.0.1 at 2011-09-20 10:43:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders"} CONVERTED: .TemporaryItems/folders CONVERTED: .TemporaryItems/folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 69ms (Views: 10.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:43:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (16.0ms) Completed 207 Multi-Status in 77ms (Views: 20.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/._folders.501" for 127.0.0.1 at 2011-09-20 10:43:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/._folders"} CONVERTED: .TemporaryItems/._folders CONVERTED: .TemporaryItems/._folders Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/._folders' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 68ms (Views: 9.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:43:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 68ms (Views: 10.2ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/._Cleanup%20At%20Startup" for 127.0.0.1 at 2011-09-20 10:43:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/"} CONVERTED: .TemporaryItems/folders.501 CONVERTED: .TemporaryItems/folders.501 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 70ms (Views: 11.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501/Cleanup%20At%20Startup/" for 127.0.0.1 at 2011-09-20 10:43:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders.501/Cleanup At Startup"} CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup CONVERTED: .TemporaryItems/folders.501/Cleanup At Startup Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders.501/Cleanup At Startup' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.8ms) Completed 207 Multi-Status in 28ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/.Trashes" for 127.0.0.1 at 2011-09-20 10:43:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Trashes"} CONVERTED: .Trashes CONVERTED: .Trashes Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Trashes' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 73ms (Views: 12.0ms | ActiveRecord: 2.4ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (8.4ms) Completed 200 OK in 38ms (Views: 20.2ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 10:43:53 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 10:43:56 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:45:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.6ms) Completed 207 Multi-Status in 25ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"quota_available_bytes"=>nil, "quota_used_bytes"=>nil, "quota"=>nil, "quotaused"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (6.3ms) Completed 207 Multi-Status in 27ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.1ms) Completed 207 Multi-Status in 23ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.9ms) Completed 207 Multi-Status in 26ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 27ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 66ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 64ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 84ms (Views: 12.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/autoexec.bat" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"autoexec"} CONVERTED: autoexec CONVERTED: autoexec Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'autoexec' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 62ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 68ms (Views: 10.1ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/Windows" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Windows"} CONVERTED: Windows CONVERTED: Windows Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Windows' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 66ms (Views: 10.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:45:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 65ms (Views: 11.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100"} CONVERTED: .Spotlight-V100 CONVERTED: .Spotlight-V100 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 66ms (Views: 9.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 64ms (Views: 11.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1"} CONVERTED: .Spotlight-V100/Store-V1 CONVERTED: .Spotlight-V100/Store-V1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 69ms (Views: 9.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 67ms (Views: 11.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1/VolumeConfig.plist" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1/VolumeConfig"} CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1/VolumeConfig' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 11.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 65ms (Views: 10.3ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:45:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 87ms (Views: 11.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 72ms (Views: 11.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:45:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems"} CONVERTED: .TemporaryItems CONVERTED: .TemporaryItems Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 69ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:45:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._Backups"} CONVERTED: ._Backups CONVERTED: ._Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._Backups' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 66ms (Views: 11.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.TemporaryItems" for 127.0.0.1 at 2011-09-20 10:45:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 67ms (Views: 10.0ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems/folders.501" for 127.0.0.1 at 2011-09-20 10:45:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/folders"} CONVERTED: .TemporaryItems/folders CONVERTED: .TemporaryItems/folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/folders' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 71ms (Views: 11.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".TemporaryItems/._folders"} CONVERTED: .TemporaryItems/._folders CONVERTED: .TemporaryItems/._folders Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.TemporaryItems/._folders' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 69ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.hidden" for 127.0.0.1 at 2011-09-20 10:45:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".hidden"} CONVERTED: .hidden CONVERTED: .hidden Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.hidden' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 61ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:45:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 78ms (Views: 12.4ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:45:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 63ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Trashes" for 127.0.0.1 at 2011-09-20 10:45:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Trashes"} CONVERTED: .Trashes CONVERTED: .Trashes Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Trashes' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:45:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 63ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.Trashes" for 127.0.0.1 at 2011-09-20 10:45:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 68ms (Views: 10.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Trashes/501"} CONVERTED: .Trashes/501 CONVERTED: .Trashes/501 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Trashes/501' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 66ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:45:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 27ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:53:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav" for 127.0.0.1 at 2011-09-20 10:53:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.6ms) Completed 207 Multi-Status in 24ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"quota_available_bytes"=>nil, "quota_used_bytes"=>nil, "quota"=>nil, "quotaused"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 24ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (6.2ms) Completed 207 Multi-Status in 25ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.7ms) Completed 207 Multi-Status in 28ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 74ms (Views: 10.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 198ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 11.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/autoexec.bat" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"autoexec"} CONVERTED: autoexec CONVERTED: autoexec Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'autoexec' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 67ms (Views: 11.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:53:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 10.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Windows" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Windows"} CONVERTED: Windows CONVERTED: Windows Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Windows' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 64ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 65ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100"} CONVERTED: .Spotlight-V100 CONVERTED: .Spotlight-V100 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 183ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 64ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1"} CONVERTED: .Spotlight-V100/Store-V1 CONVERTED: .Spotlight-V100/Store-V1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 64ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 66ms (Views: 11.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.Spotlight-V100/Store-V1/VolumeConfig.plist" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".Spotlight-V100/Store-V1/VolumeConfig"} CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig CONVERTED: .Spotlight-V100/Store-V1/VolumeConfig Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.Spotlight-V100/Store-V1/VolumeConfig' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 10.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 10:53:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 67ms (Views: 12.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 183ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._"} CONVERTED: ._ CONVERTED: ._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 65ms (Views: 11.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.metadata_never_index" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".metadata_never_index"} CONVERTED: .metadata_never_index CONVERTED: .metadata_never_index Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.metadata_never_index' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 65ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._Backups"} CONVERTED: ._Backups CONVERTED: ._Backups Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._Backups' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 82ms (Views: 9.4ms | ActiveRecord: 2.1ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 9.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 241ms (Views: 10.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._mulleimer" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer CONVERTED: ._mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 68ms (Views: 11.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.hidden" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".hidden"} CONVERTED: .hidden CONVERTED: .hidden Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.hidden' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 65ms (Views: 11.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups"} CONVERTED: Backups CONVERTED: Backups Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups' LIMIT 1 Rendered inline template (5.1ms) Completed 207 Multi-Status in 65ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test CONVERTED: ._test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents"} CONVERTED: Backups.backupdb/Contents CONVERTED: Backups.backupdb/Contents Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 9.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:53:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 211ms (Views: 9.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/Backups.backupdb/Contents/PkgInfo" for 127.0.0.1 at 2011-09-20 10:53:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"Backups.backupdb/Contents/PkgInfo"} CONVERTED: Backups.backupdb/Contents/PkgInfo CONVERTED: Backups.backupdb/Contents/PkgInfo Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'Backups.backupdb/Contents/PkgInfo' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 64ms (Views: 11.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:53:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 10.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._bilder" for 127.0.0.1 at 2011-09-20 10:53:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._bilder"} CONVERTED: ._bilder CONVERTED: ._bilder Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._bilder' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 65ms (Views: 10.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.5ms) Completed 200 OK in 431ms (Views: 5.2ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.9ms) Completed 200 OK in 165ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:53:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.4ms) Completed 200 OK in 657ms (Views: 5.2ms | ActiveRecord: 2.6ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 10:53:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.9ms) Completed 200 OK in 1220ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 10:53:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.7ms) Completed 200 OK in 62ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.5ms) Completed 207 Multi-Status in 77ms (Views: 9.9ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._bilder" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 76ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.7ms) Completed 207 Multi-Status in 78ms (Views: 10.3ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/.DS_Store" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 80ms (Views: 10.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._"} CONVERTED: bilder/._ CONVERTED: bilder/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 189ms (Views: 9.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:53:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.5ms) Completed 207 Multi-Status in 75ms (Views: 9.6ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder" for 127.0.0.1 at 2011-09-20 10:53:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as HTML Parameters: {"path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.6ms) Completed 207 Multi-Status in 68ms (Views: 9.8ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:53:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 23ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:54:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (5.0ms) Completed 200 OK in 632ms (Views: 4.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:54:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (5.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.7ms) Completed 200 OK in 141ms (Views: 4.5ms | ActiveRecord: 6.7ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:54:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.0ms) Completed 200 OK in 115ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:54:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (5.5ms) Completed 207 Multi-Status in 76ms (Views: 9.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 10:54:40 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (7.3ms) Completed 200 OK in 33ms (Views: 17.5ms | ActiveRecord: 0.8ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 10:54:41 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files/new?parent_id=6&type=file" for 127.0.0.1 at 2011-09-20 10:54:42 +0200 Processing by Saphira::FileItemsController#new as HTML Parameters: {"parent_id"=>"6", "type"=>"file"} ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (17.9ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (20.0ms) Completed 200 OK in 171ms (Views: 156.9ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:43 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 10:54:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 72ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System" for 127.0.0.1 at 2011-09-20 10:54:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System"} CONVERTED: System CONVERTED: System Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 63ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/System/Library" for 127.0.0.1 at 2011-09-20 10:54:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library"} CONVERTED: System/Library CONVERTED: System/Library Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 67ms (Views: 10.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices" for 127.0.0.1 at 2011-09-20 10:54:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices"} CONVERTED: System/Library/CoreServices CONVERTED: System/Library/CoreServices Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 68ms (Views: 9.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/System/Library/CoreServices/SystemVersion.plist" for 127.0.0.1 at 2011-09-20 10:54:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"System/Library/CoreServices/SystemVersion"} CONVERTED: System/Library/CoreServices/SystemVersion CONVERTED: System/Library/CoreServices/SystemVersion Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'System/Library/CoreServices/SystemVersion' LIMIT 1 Rendered inline template (118.4ms) Completed 207 Multi-Status in 180ms (Views: 123.0ms | ActiveRecord: 1.3ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 10:54:48 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "file_item"=>{"name"=>"", "file"=>#>, "tag_list"=>"", "item_type"=>"file", "parent_id"=>"6"}, "commit"=>"Create"} Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'gortz1-2040-1_cmyk-jpg' OR "slug" LIKE 'gortz1-2040-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 2040-1_CMYK.jpg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.6ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 08:54:50 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 23:10:49 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 2040-1_CMYK.jpg"], ["file_uid", "2011/09/20/10_54_49_597_G_rtz1_2040_1_CMYK.jpg"], ["item_type", "file"], ["lft", 13], ["name", "Görtz1 2040-1_CMYK.jpg"], ["parent_id", 6], ["path", "bilder/gortz1-2040-1_cmyk-jpg"], ["rgt", 14], ["slug", "gortz1-2040-1_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 08:54:50 UTC +00:00]] Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 7]] SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 12 AND 12 THEN "lft" + 14 - 12 WHEN "lft" BETWEEN 13 AND 14 THEN "lft" + 12 - 13 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 12 AND 12 THEN "rgt" + 14 - 12 WHEN "rgt" BETWEEN 13 AND 14 THEN "rgt" + 12 - 13 ELSE "rgt" END, "parent_id" = CASE WHEN id = 7 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 7]] Redirected to http://localhost:3000/admin/saphira/files/bilder/gortz1-2040-1_cmyk-jpg Completed 302 Found in 1916ms Started GET "/admin/saphira/files/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:54:50 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder/gortz1-2040-1_cmyk-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants" Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (108.4ms) Completed 200 OK in 143ms (Views: 120.9ms | ActiveRecord: 2.7ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 10:54:51 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:55:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.6ms) Completed 207 Multi-Status in 29ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:55:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (5.1ms) Completed 200 OK in 755ms (Views: 4.9ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 10:55:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (5.8ms) Completed 200 OK in 76ms (Views: 5.6ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:55:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.6ms) Completed 200 OK in 264ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:55:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.7ms) Completed 200 OK in 157ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:55:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.5ms) Completed 207 Multi-Status in 82ms (Views: 13.0ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/._gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 77ms (Views: 10.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.3ms) Completed 200 OK in 190ms (Views: 6.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 616ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 138ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 545ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 172ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:55:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 80ms (Views: 10.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/._test" for 127.0.0.1 at 2011-09-20 10:55:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 212ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:55:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (5.3ms) Completed 207 Multi-Status in 65ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:55:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (5.2ms) Completed 207 Multi-Status in 66ms (Views: 9.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/._bilder" for 127.0.0.1 at 2011-09-20 10:55:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 65ms (Views: 11.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:55:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 76ms (Views: 11.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/._.DS_Store" for 127.0.0.1 at 2011-09-20 10:55:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/bilder/._"} CONVERTED: bilder/bilder/._ CONVERTED: bilder/bilder/._ Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder/._' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 236ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:55:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder/bilder/img_4707-jpg"} CONVERTED: bilder/bilder/img_4707-jpg CONVERTED: bilder/bilder/img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder/img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 70ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/bilder/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:55:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/bilder/img_4712-jpg"} CONVERTED: bilder/bilder/img_4712-jpg CONVERTED: bilder/bilder/img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder/img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 5.0ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/bilder/mulleimer" for 127.0.0.1 at 2011-09-20 10:55:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/bilder/mulleimer"} CONVERTED: bilder/bilder/mulleimer CONVERTED: bilder/bilder/mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder/mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 5.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/bilder/test" for 127.0.0.1 at 2011-09-20 10:55:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/bilder/test"} CONVERTED: bilder/bilder/test CONVERTED: bilder/bilder/test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder/test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 113ms (Views: 5.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:55:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.5ms) Completed 207 Multi-Status in 232ms (Views: 12.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 169ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 153ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 530ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 148ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 143ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 803ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 149ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:55:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 389ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:56:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 28ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:56:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (6.0ms) Completed 200 OK in 223ms (Views: 5.7ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 10:56:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.8ms) Completed 200 OK in 75ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:56:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.4ms) Completed 200 OK in 135ms (Views: 5.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:56:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.7ms) Completed 200 OK in 260ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:56:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.3ms) Completed 207 Multi-Status in 84ms (Views: 12.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 151ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 411ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 156ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 389ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 265ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:56:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Completed 500 Internal Server Error in 54ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:56:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Completed 500 Internal Server Error in 54ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:56:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 79ms (Views: 12.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 277ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.6ms) Completed 200 OK in 400ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 406ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.6ms) Completed 200 OK in 164ms (Views: 6.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 165ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (8.2ms) Completed 200 OK in 167ms (Views: 8.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 264ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 145ms (Views: 4.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:56:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 62ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:56:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 65ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:56:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 42ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:56:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (6.6ms) Completed 200 OK in 432ms (Views: 6.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:56:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.2ms) Completed 200 OK in 355ms (Views: 5.0ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:56:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (1.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.4ms) Completed 200 OK in 125ms (Views: 5.2ms | ActiveRecord: 2.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:56:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.5ms) Completed 207 Multi-Status in 82ms (Views: 12.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 164ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 159ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 1026ms (Views: 5.0ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.6ms) Completed 200 OK in 298ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.3ms) Completed 200 OK in 413ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:56:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 81ms (Views: 12.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:56:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 430ms (Views: 4.5ms | ActiveRecord: 1.8ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 644ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.8ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 187ms (Views: 4.7ms | ActiveRecord: 2.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 240ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 202ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:57:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (6.2ms) Completed 200 OK in 211ms (Views: 5.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:57:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (6.8ms) Completed 200 OK in 123ms (Views: 6.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:57:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.8ms) Completed 200 OK in 251ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:57:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.5ms) Completed 207 Multi-Status in 79ms (Views: 12.9ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.2ms) Completed 200 OK in 159ms (Views: 6.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 415ms (Views: 5.0ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 155ms (Views: 4.3ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 165ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 235ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:57:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (5.1ms) Completed 200 OK in 1119ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:57:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.9ms) Completed 200 OK in 142ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:57:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.5ms) Completed 200 OK in 161ms (Views: 4.4ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:57:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.6ms) Completed 207 Multi-Status in 85ms (Views: 13.2ms | ActiveRecord: 2.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 173ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 288ms (Views: 4.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.4ms) Completed 200 OK in 385ms (Views: 6.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 144ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:57:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 503ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:57:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 58ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:57:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 57ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:57:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 43ms NameError (uninitialized constant Saphira::WebdavController::NotFoundError): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:58:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 82ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:58:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Rendered inline template (5.6ms) Completed 207 Multi-Status in 26ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:58:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.4ms) Completed 207 Multi-Status in 205ms (Views: 12.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 403ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 152ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 246ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 175ms (Views: 5.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 157ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 10:58:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"mulleimer"} CONVERTED: mulleimer CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (5.1ms) Completed 200 OK in 202ms (Views: 4.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 10:58:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.9ms) Completed 200 OK in 72ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 10:58:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg CONVERTED: img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.2ms) Completed 200 OK in 117ms (Views: 5.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 10:58:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.8ms) Completed 200 OK in 256ms (Views: 4.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 5.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/bilder/" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder/bilder"} CONVERTED: bilder/bilder CONVERTED: bilder/bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/bilder' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.4ms) Completed 207 Multi-Status in 82ms (Views: 13.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 142ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 145ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 141ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 236ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 146ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 10:58:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.4ms) Completed 207 Multi-Status in 85ms (Views: 13.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 142ms (Views: 5.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 155ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 168ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.6ms) Completed 200 OK in 247ms (Views: 6.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 10:58:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 151ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:58:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 6.0ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:58:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 69ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 10:58:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 50ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:00:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 200ms (Views: 10.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:00:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 27ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:00:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 80ms (Views: 13.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:00:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 375ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:00:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.5ms) Completed 200 OK in 153ms (Views: 6.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:00:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.3ms) Completed 200 OK in 167ms (Views: 7.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:00:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.0ms) Completed 200 OK in 158ms (Views: 5.7ms | ActiveRecord: 2.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:00:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 186ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:00:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 5.0ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:00:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:00:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 47ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:02:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 87ms (Views: 12.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:02:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 25ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:02:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.6ms) Completed 207 Multi-Status in 99ms (Views: 16.8ms | ActiveRecord: 2.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 282ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.7ms) Completed 200 OK in 151ms (Views: 5.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.1ms) Completed 200 OK in 395ms (Views: 6.0ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 151ms (Views: 5.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 146ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 160ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 49ms (Views: 5.1ms | ActiveRecord: 2.8ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:02:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.1ms) Completed 207 Multi-Status in 121ms (Views: 12.6ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 135ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 145ms (Views: 5.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 139ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.3ms) Completed 200 OK in 141ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:02:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.8ms) Completed 200 OK in 269ms (Views: 6.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 6.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:02:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 49ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:04:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.2ms) Completed 207 Multi-Status in 85ms (Views: 11.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:04:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 24ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:04:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 79ms (Views: 12.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:04:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 278ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:04:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 397ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:04:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.3ms) Completed 200 OK in 193ms (Views: 5.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:04:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 153ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:04:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (8.4ms) Completed 200 OK in 457ms (Views: 8.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:04:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 5.5ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:04:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 174ms (Views: 4.3ms | ActiveRecord: 1.6ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:04:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 44ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:05:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.8ms) Completed 207 Multi-Status in 88ms (Views: 13.4ms | ActiveRecord: 1.9ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:05:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.7ms) Completed 200 OK in 157ms (Views: 5.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:05:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 395ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:05:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 146ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:05:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 164ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:05:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 235ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:05:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 82ms (Views: 11.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:05:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:05:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:05:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 45ms (Views: 4.2ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:06:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (6.9ms) Completed 207 Multi-Status in 29ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:06:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 82ms (Views: 12.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:06:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 579ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:06:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 429ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:06:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 194ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:06:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 425ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:06:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 171ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:08:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 81ms (Views: 12.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '/Users/spieker/Sites/gems-projects/saphira/test/bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 45ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:08:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (6.2ms) Completed 207 Multi-Status in 27ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:08:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.5ms) Completed 207 Multi-Status in 80ms (Views: 12.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:08:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 429ms (Views: 4.6ms | ActiveRecord: 2.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:08:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 314ms (Views: 4.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:08:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 160ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:08:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 181ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:08:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.6ms) Completed 200 OK in 176ms (Views: 6.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 5.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:08:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Completed 500 Internal Server Error in 62ms RuntimeError (bilder/atomkraft_nein_danke_studien-akw-ausstieg): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:09:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 74ms (Views: 11.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/mach_kernel" for 127.0.0.1 at 2011-09-20 11:09:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"mach_kernel"} CONVERTED: mach_kernel Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mach_kernel' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:10:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.7ms) Completed 207 Multi-Status in 25ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:10:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 76ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:11:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 85ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:11:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 76ms (Views: 12.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._bilder" for 127.0.0.1 at 2011-09-20 11:11:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (9.3ms) Completed 207 Multi-Status in 85ms (Views: 15.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 409ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 148ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.1ms) Completed 200 OK in 396ms (Views: 6.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.8ms) Completed 200 OK in 488ms (Views: 5.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 627ms (Views: 5.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 68ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._mulleimer" for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 226ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:11:22 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 15], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 16], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:11:22 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 72ms (Views: 4.5ms | ActiveRecord: 3.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:11:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.6ms | ActiveRecord: 1.2ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:11:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.8ms) Completed 200 OK in 434ms (Views: 4.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 5.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.3ms) Completed 200 OK in 60ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.5ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:11:24 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 17], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 18], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:11:24 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 72ms (Views: 5.8ms | ActiveRecord: 3.3ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.6ms) Completed 200 OK in 216ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.6ms) Completed 200 OK in 150ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:11:24 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 19], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--2"], ["rgt", 20], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--2"], ["updated_at", Tue, 20 Sep 2011 09:11:24 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 72ms (Views: 5.2ms | ActiveRecord: 3.1ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getetag"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 43ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:11:25 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 21], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--2"], ["rgt", 22], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--2"], ["updated_at", Tue, 20 Sep 2011 09:11:25 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 70ms (Views: 5.2ms | ActiveRecord: 3.1ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 78ms (Views: 12.2ms | ActiveRecord: 1.5ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 273ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 381ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.3ms) Completed 200 OK in 208ms (Views: 6.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 135ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 366ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:11:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 75ms (Views: 12.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 722ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 150ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 1213ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 181ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 160ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:11:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 75ms (Views: 12.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 274ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 401ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 622ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 152ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:11:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 157ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:12:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 82ms (Views: 12.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:12:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 267ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:12:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 158ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:12:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 180ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:12:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (11.0ms) Completed 200 OK in 392ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:12:08 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.9ms) Completed 200 OK in 382ms (Views: 5.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:12:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.5ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:12:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 5.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 71ms (Views: 4.5ms | ActiveRecord: 1.6ms) Started PUT "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 201ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:12:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.8ms) Completed 207 Multi-Status in 26ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:12:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 66ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:12:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 73ms (Views: 5.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:12:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 65ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 71ms (Views: 4.6ms | ActiveRecord: 1.9ms) Started PUT "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 46ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:12:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:13:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 230ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 67ms (Views: 5.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 63ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:13:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 214ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 6.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:13:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 245ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 46ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.4ms) Completed 200 OK in 114ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 215ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:13:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 67ms (Views: 4.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (6.0ms) Completed 200 OK in 122ms (Views: 5.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.8ms) Completed 200 OK in 212ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 11:13:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.5ms) Completed 200 OK in 60ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 79ms (Views: 12.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:13:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 77ms (Views: 12.2ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 78ms (Views: 12.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:13:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 162ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (42.8ms) Completed 207 Multi-Status in 188ms (Views: 102.2ms | ActiveRecord: 0.9ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:15:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (23.0ms) Completed 207 Multi-Status in 153ms (Views: 29.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:13 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (18.1ms) Completed 200 OK in 590ms (Views: 18.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 5.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (6.7ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:15:14 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 23], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--3"], ["rgt", 24], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--3"], ["updated_at", Tue, 20 Sep 2011 09:15:14 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 394ms (Views: 4.5ms | ActiveRecord: 8.8ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 135ms (Views: 5.6ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:15:15 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 25], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--3"], ["rgt", 26], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--3"], ["updated_at", Tue, 20 Sep 2011 09:15:15 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 141ms (Views: 4.5ms | ActiveRecord: 3.2ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:15:15 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 27], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--4"], ["rgt", 28], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--4"], ["updated_at", Tue, 20 Sep 2011 09:15:15 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 137ms (Views: 4.3ms | ActiveRecord: 3.1ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getetag"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 42ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 117ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 115ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 118ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:15:16 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 29], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--4"], ["rgt", 30], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--4"], ["updated_at", Tue, 20 Sep 2011 09:15:16 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 136ms (Views: 4.5ms | ActiveRecord: 3.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 120ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:16 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 110ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:15:17 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 31], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--5"], ["rgt", 32], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--5"], ["updated_at", Tue, 20 Sep 2011 09:15:17 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 138ms (Views: 4.6ms | ActiveRecord: 3.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 116ms (Views: 4.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.1ms) Completed 207 Multi-Status in 203ms (Views: 13.7ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/.ql_disablethumbnails" for 127.0.0.1 at 2011-09-20 11:15:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".ql_disablethumbnails"} CONVERTED: .ql_disablethumbnails Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.ql_disablethumbnails' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.ql_disablecache" for 127.0.0.1 at 2011-09-20 11:15:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".ql_disablecache"} CONVERTED: .ql_disablecache Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.ql_disablecache' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 116ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 559ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:15:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 115ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.3ms) Completed 207 Multi-Status in 139ms (Views: 12.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.2ms) Completed 200 OK in 787ms (Views: 7.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 263ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 254ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 241ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 249ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:15:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.5ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:15:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._mulleimer" for 127.0.0.1 at 2011-09-20 11:15:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 5.0ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 127ms (Views: 4.2ms | ActiveRecord: 2.2ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:15:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 141ms (Views: 9.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:15:26 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 123ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 117ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 117ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 135ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.5ms) Completed 200 OK in 258ms (Views: 4.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.2ms) Completed 200 OK in 123ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:15:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (4.6ms) Completed 200 OK in 172ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (5.0ms) Completed 200 OK in 170ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 66ms (Views: 6.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 126ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 141ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 126ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:15:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 137ms (Views: 9.6ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 140ms (Views: 9.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 123ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 139ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 140ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 76ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 138ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:15:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 120ms (Views: 4.0ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.__atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".__atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: .__atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.__atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 138ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--4" for 127.0.0.1 at 2011-09-20 11:15:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--4"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--4 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 63ms (Views: 4.2ms | ActiveRecord: 1.8ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 51ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 146ms (Views: 12.0ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 305ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 269ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 443ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 442ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.6ms) Completed 200 OK in 228ms (Views: 6.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 138ms (Views: 9.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 75ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 146ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 65ms (Views: 5.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:15:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.1ms) Completed 207 Multi-Status in 81ms (Views: 14.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 300ms (Views: 4.4ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 206ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 145ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 197ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 193ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 141ms (Views: 14.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:15:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 200ms (Views: 4.3ms | ActiveRecord: 3.8ms) Started PROPFIND "/admin/saphira/webdav/_atomkraft_nein_danke_studien-akw-ausstieg--3" for 127.0.0.1 at 2011-09-20 11:15:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} CONVERTED: _atomkraft_nein_danke_studien-akw-ausstieg--3 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 137ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.4ms | ActiveRecord: 2.0ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 73ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 127ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 154ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:15:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:16:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 144ms (Views: 9.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 131ms (Views: 6.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 79ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:16:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 97ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:36 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 33], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--6"], ["rgt", 34], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--6"], ["updated_at", Tue, 20 Sep 2011 09:16:36 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 146ms (Views: 5.0ms | ActiveRecord: 3.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:36 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 35], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--5"], ["rgt", 36], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--5"], ["updated_at", Tue, 20 Sep 2011 09:16:36 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 71ms (Views: 4.5ms | ActiveRecord: 3.2ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:37 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 37], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--6"], ["rgt", 38], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--6"], ["updated_at", Tue, 20 Sep 2011 09:16:37 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 71ms (Views: 4.2ms | ActiveRecord: 3.1ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getetag"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 126ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.9ms) Completed 207 Multi-Status in 154ms (Views: 13.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 462ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 127ms (Views: 5.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 198ms (Views: 4.4ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 118ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:38 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 39], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--7"], ["rgt", 40], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--7"], ["updated_at", Tue, 20 Sep 2011 09:16:38 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 74ms (Views: 4.6ms | ActiveRecord: 3.4ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 230ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.0ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 189ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:39 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 41], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--8"], ["rgt", 42], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--8"], ["updated_at", Tue, 20 Sep 2011 09:16:39 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 76ms (Views: 5.1ms | ActiveRecord: 3.2ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 454ms (Views: 4.8ms | ActiveRecord: 1.5ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 47ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._atomkraft_nein_danke_studien-akw-ausstieg--5" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._atomkraft_nein_danke_studien-akw-ausstieg--5"} CONVERTED: ._atomkraft_nein_danke_studien-akw-ausstieg--5 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (80.2ms) Completed 207 Multi-Status in 153ms (Views: 84.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 196ms (Views: 4.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 448ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 197ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 166ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 428ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 75ms (Views: 12.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 121ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 164ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 185ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 407ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 186ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.4ms) Completed 207 Multi-Status in 80ms (Views: 13.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 122ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 166ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 430ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 165ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 186ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 5.3ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 43], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--9"], ["rgt", 44], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--9"], ["updated_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 161ms (Views: 5.6ms | ActiveRecord: 3.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 45], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--7"], ["rgt", 46], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--7"], ["updated_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 147ms (Views: 5.0ms | ActiveRecord: 3.2ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 47], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--8"], ["rgt", 48], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--8"], ["updated_at", Tue, 20 Sep 2011 09:16:53 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 94ms (Views: 4.8ms | ActiveRecord: 3.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getetag"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 137ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 152ms (Views: 12.2ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:16:54 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 49], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--10"], ["rgt", 50], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--10"], ["updated_at", Tue, 20 Sep 2011 09:16:54 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 154ms (Views: 5.9ms | ActiveRecord: 3.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 174ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:16:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 5.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 427ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 202ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 186ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 194ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:16:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 77ms (Views: 12.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 373ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:16:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 193ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (9.5ms) Completed 200 OK in 233ms (Views: 9.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 439ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 209ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:17:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (7.9ms) Completed 207 Multi-Status in 75ms (Views: 12.0ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 299ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 166ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 190ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 165ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 185ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:17:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 80ms (Views: 12.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 138ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.0ms) Completed 200 OK in 170ms (Views: 5.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 185ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 166ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 193ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:17:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.1ms) Completed 207 Multi-Status in 76ms (Views: 12.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 126ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 166ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:14 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 186ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 171ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:15 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 186ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:17:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.0ms) Completed 207 Multi-Status in 76ms (Views: 12.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 121ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 168ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 434ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 175ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:17:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 185ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:18:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 83ms (Views: 10.3ms | ActiveRecord: 2.1ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:18:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 23ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:18:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.2ms) Completed 207 Multi-Status in 77ms (Views: 12.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 197ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.5ms) Completed 200 OK in 421ms (Views: 6.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 211ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (8.3ms) Completed 200 OK in 258ms (Views: 8.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (13.4ms) Completed 200 OK in 270ms (Views: 13.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:18:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.1ms) Completed 207 Multi-Status in 82ms (Views: 12.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 131ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 368ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 206ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 182ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:18:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.8ms) Completed 200 OK in 215ms (Views: 6.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:18:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:18:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 138ms (Views: 6.0ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:18:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.7ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:19:02 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 51], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "atomkraft_nein_danke_studien-akw-ausstieg--11"], ["rgt", 52], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg--11"], ["updated_at", Tue, 20 Sep 2011 09:19:02 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 26997ms (Views: 5.0ms | ActiveRecord: 3.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:19:27 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 53], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", nil], ["path", "_atomkraft_nein_danke_studien-akw-ausstieg--9"], ["rgt", 54], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--9"], ["updated_at", Tue, 20 Sep 2011 09:19:27 UTC +00:00]] Rendered text template (0.0ms) Completed 204 No Content in 24347ms (Views: 5.2ms | ActiveRecord: 3.6ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.1ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:19:28 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 55], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", 6], ["path", "bilder/_atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 56], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:19:28 UTC +00:00]] Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 28]] SQL (0.5ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 54 THEN "lft" + 56 - 54 WHEN "lft" BETWEEN 55 AND 56 THEN "lft" + 14 - 55 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 54 THEN "rgt" + 56 - 54 WHEN "rgt" BETWEEN 55 AND 56 THEN "rgt" + 14 - 55 ELSE "rgt" END, "parent_id" = CASE WHEN id = 28 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 28]] Rendered text template (0.0ms) Completed 204 No Content in 1709ms (Views: 5.4ms | ActiveRecord: 4.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getetag"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 4.1ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:29 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:19:34 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 57], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", 6], ["path", "bilder/atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 58], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:19:34 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 29]] SQL (0.6ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 16 AND 56 THEN "lft" + 58 - 56 WHEN "lft" BETWEEN 57 AND 58 THEN "lft" + 16 - 57 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 16 AND 56 THEN "rgt" + 58 - 56 WHEN "rgt" BETWEEN 57 AND 58 THEN "rgt" + 16 - 57 ELSE "rgt" END, "parent_id" = CASE WHEN id = 29 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 29]] Rendered text template (0.0ms) Completed 204 No Content in 4648ms (Views: 6.0ms | ActiveRecord: 4.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:19:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.5ms) Completed 207 Multi-Status in 25ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.4ms) Completed 207 Multi-Status in 156ms (Views: 13.8ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 131ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 77ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 157ms (Views: 10.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 195ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 196ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 170ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 200ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 178ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 131ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 74ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 140ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 72ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.4ms) Completed 207 Multi-Status in 160ms (Views: 14.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 195ms (Views: 4.5ms | ActiveRecord: 1.9ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 155ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 196ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 680ms (Views: 4.4ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 215ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 240ms (Views: 4.6ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.3ms) Completed 207 Multi-Status in 86ms (Views: 13.5ms | ActiveRecord: 1.8ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 217ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 130ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 204ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 137ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 130ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.6ms) Completed 200 OK in 133ms (Views: 7.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.4ms) Completed 207 Multi-Status in 78ms (Views: 13.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 200ms (Views: 4.9ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 145ms (Views: 5.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 126ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.0ms) Completed 200 OK in 128ms (Views: 5.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 381ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 158ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 74ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 141ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 5.0ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 83ms (Views: 10.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 150ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 73ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 58ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 164ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:19:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 77ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:19:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.0ms) Completed 207 Multi-Status in 169ms (Views: 14.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 164ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:19:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 215ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 213ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 207ms (Views: 4.6ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:19:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 187ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:20:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.3ms) Completed 207 Multi-Status in 78ms (Views: 13.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 214ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 204ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.4ms) Completed 200 OK in 137ms (Views: 7.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 139ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 134ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:20:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.2ms) Completed 207 Multi-Status in 78ms (Views: 13.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 224ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.6ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 70ms (Views: 5.5ms | ActiveRecord: 1.9ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 65ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 219ms (Views: 4.6ms | ActiveRecord: 2.2ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 438ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 140ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 204ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:20:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.3ms) Completed 207 Multi-Status in 84ms (Views: 15.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 231ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:20:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 424ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:21 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 167ms (Views: 5.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.9ms) Completed 200 OK in 260ms (Views: 5.7ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:22 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.5ms) Completed 200 OK in 623ms (Views: 7.4ms | ActiveRecord: 2.1ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:20:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 142ms (Views: 4.7ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:22:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 23ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:22:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:22:17 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 177ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.3ms) Completed 207 Multi-Status in 82ms (Views: 13.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 129ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 228ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 150ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 135ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.3ms) Completed 200 OK in 217ms (Views: 5.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:22:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (115.6ms) Completed 207 Multi-Status in 213ms (Views: 178.4ms | ActiveRecord: 1.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (16.9ms) Completed 200 OK in 263ms (Views: 16.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:22:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 135ms (Views: 13.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:22:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 129ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 249ms (Views: 4.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 182ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 178ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:22:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 177ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:23:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 142ms (Views: 11.7ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:23:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 65ms (Views: 5.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/.ql_disablethumbnails" for 127.0.0.1 at 2011-09-20 11:23:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".ql_disablethumbnails"} CONVERTED: .ql_disablethumbnails Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.ql_disablethumbnails' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.5ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/.ql_disablecache" for 127.0.0.1 at 2011-09-20 11:23:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".ql_disablecache"} CONVERTED: .ql_disablecache Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.ql_disablecache' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:23:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 54ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (65.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (90.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:23:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 74ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:23:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 120ms (Views: 4.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:23:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 141ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:23:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (6.9ms) Completed 207 Multi-Status in 28ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:23:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.2ms) Completed 207 Multi-Status in 141ms (Views: 13.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 178ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:23:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 117ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:23:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 670ms (Views: 4.7ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 195ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 239ms (Views: 5.3ms | ActiveRecord: 1.6ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:23:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"/"} CONVERTED: Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 119.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:23:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (60.9ms) Completed 207 Multi-Status in 191ms (Views: 65.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 518ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:23:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:23:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 498ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 227ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 226ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:23:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (8.2ms) Completed 200 OK in 237ms (Views: 8.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:24:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.4ms) Completed 207 Multi-Status in 142ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:24:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:24:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 114ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.1ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:24:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 74ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:24:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:24:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 137ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:24:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.1ms) Completed 207 Multi-Status in 79ms (Views: 13.3ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 408ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 116ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 136ms (Views: 6.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 168ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 226ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 226ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 224ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:24:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:24:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 120ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:24:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Completed 500 Internal Server Error in 88ms NameError (undefined local variable or method `webdav_method' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:24:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.5ms) Completed 207 Multi-Status in 146ms (Views: 14.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 268ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.3ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 474ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 267ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 205ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 200ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:24:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.2ms) Completed 207 Multi-Status in 143ms (Views: 13.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 207ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:18 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 114ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 128ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 185ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:19 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 429ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 191ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:20 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 200ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:24:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.1ms) Completed 207 Multi-Status in 135ms (Views: 13.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 204ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:23 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 114ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:24:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 123ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 181ms (Views: 4.9ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 198ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:24 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 193ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:24:25 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 200ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.2ms) Completed 207 Multi-Status in 24ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.2ms) Completed 207 Multi-Status in 143ms (Views: 13.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 200ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 114ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 173ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 422ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.6ms) Completed 200 OK in 442ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 218ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:25:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 77ms (Views: 10.0ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Completed 500 Internal Server Error in 88ms NameError (undefined local variable or method `webdav_method' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:25:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (58.4ms) Completed 207 Multi-Status in 152ms (Views: 118.9ms | ActiveRecord: 1.0ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (18.1ms) Completed 200 OK in 531ms (Views: 17.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 70ms (Views: 4.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 201ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 226ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 244ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 233ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 106ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 112ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:25:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 123ms (Views: 4.0ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:25:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.4ms) Completed 207 Multi-Status in 143ms (Views: 13.8ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 235ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 111ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:25:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 165ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 220ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 221ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:25:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 224ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:26:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.5ms) Completed 207 Multi-Status in 135ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:26:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.3ms) Completed 207 Multi-Status in 23ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:26:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.3ms) Completed 207 Multi-Status in 138ms (Views: 13.5ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 256ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:26:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 114ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:26:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 120ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.7ms) Completed 200 OK in 428ms (Views: 7.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.3ms) Completed 200 OK in 797ms (Views: 7.2ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.1ms) Completed 200 OK in 473ms (Views: 6.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.3ms) Completed 200 OK in 233ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:26:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.5ms) Completed 207 Multi-Status in 140ms (Views: 14.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 220ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:26:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:26:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 130ms (Views: 5.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 206ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 203ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 197ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:26:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 203ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (40.6ms) Completed 207 Multi-Status in 184ms (Views: 100.9ms | ActiveRecord: 0.8ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:27:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.9ms) Completed 207 Multi-Status in 25ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (20.6ms) Completed 207 Multi-Status in 149ms (Views: 25.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (17.0ms) Completed 200 OK in 264ms (Views: 16.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:31 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 402ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 258ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 242ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 242ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.0ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '2011-08-macke-customers' OR "slug" LIKE '2011-08-macke-customers--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '2011-08-macke-customers' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (6.6ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:27:39 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 59], ["name", "2011-08-macke-customers"], ["parent_id", 6], ["path", "bilder/2011-08-macke-customers"], ["rgt", 60], ["slug", "2011-08-macke-customers"], ["updated_at", Tue, 20 Sep 2011 09:27:39 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 30]] SQL (0.6ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 58 THEN "lft" + 60 - 58 WHEN "lft" BETWEEN 59 AND 60 THEN "lft" + 18 - 59 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 58 THEN "rgt" + 60 - 58 WHEN "rgt" BETWEEN 59 AND 60 THEN "rgt" + 18 - 59 ELSE "rgt" END, "parent_id" = CASE WHEN id = 30 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 30]] Rendered text template (0.0ms) Completed 201 Created in 432ms (Views: 4.8ms | ActiveRecord: 9.9ms) Started PROPFIND "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started LOCK "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_2011-08-macke-customers' OR "slug" LIKE '_2011-08-macke-customers--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._2011-08-macke-customers' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.1ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:27:40 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 61], ["name", "._2011-08-macke-customers"], ["parent_id", 6], ["path", "bilder/_2011-08-macke-customers"], ["rgt", 62], ["slug", "_2011-08-macke-customers"], ["updated_at", Tue, 20 Sep 2011 09:27:40 UTC +00:00]] Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 31]] SQL (0.6ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 20 AND 60 THEN "lft" + 62 - 60 WHEN "lft" BETWEEN 61 AND 62 THEN "lft" + 20 - 61 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 20 AND 60 THEN "rgt" + 62 - 60 WHEN "rgt" BETWEEN 61 AND 62 THEN "rgt" + 20 - 61 ELSE "rgt" END, "parent_id" = CASE WHEN id = 31 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 31]] Rendered text template (0.0ms) Completed 201 Created in 147ms (Views: 7.0ms | ActiveRecord: 4.3ms) Started LOCK "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_2011-08-macke-customers' OR "slug" LIKE '_2011-08-macke-customers--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_2011-08-macke-customers' OR "slug" LIKE '_2011-08-macke-customers--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._2011-08-macke-customers' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:27:40 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 63], ["name", "._2011-08-macke-customers"], ["parent_id", 6], ["path", "bilder/_2011-08-macke-customers--2"], ["rgt", 64], ["slug", "_2011-08-macke-customers--2"], ["updated_at", Tue, 20 Sep 2011 09:27:40 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 32]] SQL (0.6ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 22 AND 62 THEN "lft" + 64 - 62 WHEN "lft" BETWEEN 63 AND 64 THEN "lft" + 22 - 63 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 22 AND 62 THEN "rgt" + 64 - 62 WHEN "rgt" BETWEEN 63 AND 64 THEN "rgt" + 22 - 63 ELSE "rgt" END, "parent_id" = CASE WHEN id = 32 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 32]] Rendered text template (0.0ms) Completed 201 Created in 180ms (Views: 5.3ms | ActiveRecord: 4.8ms) Started LOCK "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.5ms) Completed 207 Multi-Status in 156ms (Views: 15.8ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/._2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 143ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 138ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:27:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 143ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 418ms (Views: 5.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 172ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 404ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 238ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (7.3ms) Completed 200 OK in 240ms (Views: 7.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 126ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:27:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.5ms) Completed 207 Multi-Status in 83ms (Views: 15.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.8ms) Completed 200 OK in 402ms (Views: 5.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 119ms (Views: 4.2ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:27:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 5.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 408ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 249ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 239ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.2ms) Completed 200 OK in 248ms (Views: 6.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.0ms) Completed 207 Multi-Status in 81ms (Views: 15.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 172ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 5.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:27:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:27:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 5.1ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:27:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 354ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 249ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 412ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:27:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 234ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 74ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/._2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._2011-08-macke-customers"} CONVERTED: bilder/._2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 122ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Completed 500 Internal Server Error in 123ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 75ms (Views: 10.9ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/2011-08-macke-customers.xls" for 127.0.0.1 at 2011-09-20 11:27:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Completed 500 Internal Server Error in 57ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 141ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:27:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.9ms) Completed 207 Multi-Status in 146ms (Views: 15.1ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 262ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 150ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 124ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 126ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:28:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.7ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 130ms (Views: 5.0ms | ActiveRecord: 1.9ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 261ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 268ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:01 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 199ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:02 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 195ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:28:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.0ms) Completed 207 Multi-Status in 143ms (Views: 15.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.4ms) Completed 200 OK in 176ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 121ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 69ms (Views: 6.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 127ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:28:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 199ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 212ms (Views: 4.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 208ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 200ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:28:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.9ms) Completed 207 Multi-Status in 81ms (Views: 15.4ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 254ms (Views: 5.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 139ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 6.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 129ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:28:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 235ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 195ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 149ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:12 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 188ms (Views: 4.4ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:28:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.4ms) Completed 207 Multi-Status in 24ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.0ms) Completed 207 Multi-Status in 80ms (Views: 15.5ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.3ms) Completed 200 OK in 217ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers--2" for 127.0.0.1 at 2011-09-20 11:28:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers--2"} CONVERTED: bilder/_2011-08-macke-customers--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 132ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 191ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 133ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 178ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:28:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 138ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 76ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.6ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 146ms (Views: 9.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.7ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 147ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:55 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:28:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/2011-08-macke-customers"} CONVERTED: bilder/2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 150ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.6ms) Completed 207 Multi-Status in 73ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 72ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 139ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 73ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 143ms (Views: 6.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 82ms (Views: 10.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_2011-08-macke-customers" for 127.0.0.1 at 2011-09-20 11:29:00 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_2011-08-macke-customers"} CONVERTED: bilder/_2011-08-macke-customers Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 133ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 11:31:02 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (50.9ms) Completed 500 Internal Server Error in 178ms ActionView::Template::Error (can't convert nil into String): 11: <% end %> 12: <% @file_items.each do |file_item| %> 13: 14: <%= link_to image_tag('saphira/icons/32x32/'+file_item.item_type+'.png'), file_item %> 15: <%= link_to file_item.name, file_item, :class => "file #{file_item.item_type}" %> 16: <%= file_item.file.mime_type if file_item.file %> 17: <%= link_to 'Destroy', file_item, :confirm => 'Are you sure?', :method => :delete, :id => "saphira-action-destroy-#{file_item.slug}" %> Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.7ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 11:31:57 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (24.4ms) Completed 200 OK in 151ms (Views: 135.5ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (17ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (6ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (4ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (3ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/webdav.css - 304 Not Modified (10ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/webdav.js - 304 Not Modified (4ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (3ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (3ms) Started GET "/assets/saphira/icons/32x32/.png" for 127.0.0.1 at 2011-09-20 11:31:58 +0200 Served asset /saphira/icons/32x32/.png - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/icons/32x32/.png"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started DELETE "/admin/saphira/files/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:32:04 +0200 Processing by Saphira::FileItemsController#destroy as HTML Parameters: {"authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.5ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 28 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 28 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 28]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 140ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:04 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 23 AND "rgt" < 24) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 24) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 24) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.5ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 8]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:10 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 23 AND "rgt" < 24) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 24) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 24) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 9]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 38ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:13 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 23 AND "rgt" < 24) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 24) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 24) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 10]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 132ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:16 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--3"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 12]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:19 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--3"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--3' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 13 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.3ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 13 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 13]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 37ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:21 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 23 AND "rgt" < 24) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 24) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 24) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 11]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 135ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:25 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--4"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 15 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 15 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 15]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:29 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--5"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 16 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 16 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 16]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 37ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:32 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--6"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--6' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 17 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.3ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 17 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 17]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 43ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:34 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--5"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--5' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 18 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 18 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 18]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 39ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:37 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--6"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--6' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 19 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 19 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 19]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 136ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:39 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--7"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--7' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.3ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 20 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 20 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 20]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 35ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:41 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--8"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--8' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 21 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 21 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 21]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 135ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:42 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--9"} Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--9' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 22 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 22 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 22]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 35ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:44 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--7"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--7' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 23 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 23 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 23]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 37ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:46 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--8"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--8' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 24 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 24 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 24]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:48 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--10"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--10' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 25 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 25 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 25]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 131ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:49 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"atomkraft_nein_danke_studien-akw-ausstieg--11"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg--11' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.1ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 26 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 26 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 26]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:51 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--9"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--9' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 25 AND "rgt" < 26) SQL (0.1ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 26) ORDER BY "lft") SQL (0.1ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 26) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 27 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 27 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 27]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 142ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:53 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"_atomkraft_nein_danke_studien-akw-ausstieg--4"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '_atomkraft_nein_danke_studien-akw-ausstieg--4' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 23 AND "rgt" < 24) SQL (0.1ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 24) ORDER BY "lft") SQL (0.1ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 24) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 14 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 14 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 14]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:32:56 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (27.3ms) Completed 200 OK in 58ms (Views: 39.4ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/webdav.js - 304 Not Modified (2ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/.png" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/icons/32x32/.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/icons/32x32/.png"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 11:32:58 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started DELETE "/admin/saphira/files/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:33:01 +0200 Processing by Saphira::FileItemsController#destroy as HTML Parameters: {"authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 29 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 29 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 29]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:33:01 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/2011-08-macke-customers"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/2011-08-macke-customers' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.2ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 30 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 30 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 30]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 134ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:33:05 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_2011-08-macke-customers"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers' LIMIT 1 SQL (0.7ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 31 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 31 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 31]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 38ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:33:08 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_2011-08-macke-customers--2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_2011-08-macke-customers--2' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.1ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 32 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.3ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 32 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 32]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 141ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 11:33:11 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (13.5ms) Completed 200 OK in 42ms (Views: 25.0ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/webdav.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/webdav.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/webdav.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 11:33:13 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:33:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 160ms (Views: 10.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:33:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.5ms) Completed 207 Multi-Status in 25ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:33:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.4ms) Completed 207 Multi-Status in 81ms (Views: 12.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 225ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 211ms (Views: 4.6ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 140ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 189ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 146ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:33:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:33:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:33:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:33:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 5.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:33:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 52ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:33:45 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.5ms) Completed 200 OK in 227ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 11:33:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.9ms) Completed 200 OK in 67ms (Views: 4.7ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:33:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.6ms) Completed 200 OK in 96ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:33:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (6.4ms) Completed 200 OK in 173ms (Views: 6.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:33:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 123ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:33:46 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:33:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.1ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:33:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:33:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:33:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (6.3ms) Completed 200 OK in 306ms (Views: 6.1ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:33:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.6ms) Completed 200 OK in 153ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:33:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:33:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 56ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:33:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 48ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/.DS_Store" for 127.0.0.1 at 2011-09-20 11:33:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>".DS_Store"} CONVERTED: .DS_Store Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.DS_Store' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 141ms (Views: 4.2ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:33:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.3ms) Completed 207 Multi-Status in 79ms (Views: 12.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 147ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 356ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 143ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 185ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 134ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:33:50 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (8.6ms) Completed 207 Multi-Status in 79ms (Views: 13.5ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 134ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 184ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 133ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:51 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 369ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:52 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 149ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:33:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.1ms) Completed 207 Multi-Status in 83ms (Views: 13.5ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.5ms) Completed 200 OK in 228ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:56 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 521ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 337ms (Views: 5.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:57 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.7ms) Completed 200 OK in 416ms (Views: 5.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:33:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 474ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 5.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 144ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PUT "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE 'atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:34:03 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 15], ["name", "atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", 6], ["path", "bilder/atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 16], ["slug", "atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:34:03 UTC +00:00]] Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 14 AND 14 THEN "lft" + 16 - 14 WHEN "lft" BETWEEN 15 AND 16 THEN "lft" + 14 - 15 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 14 AND 14 THEN "rgt" + 16 - 14 WHEN "rgt" BETWEEN 15 AND 16 THEN "rgt" + 14 - 15 ELSE "rgt" END, "parent_id" = CASE WHEN id = 33 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 33]] Rendered text template (0.0ms) Completed 201 Created in 116ms (Views: 4.8ms | ActiveRecord: 3.9ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 5.9ms | ActiveRecord: 1.4ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:03 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 134ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:34:04 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 17], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", 6], ["path", "bilder/_atomkraft_nein_danke_studien-akw-ausstieg"], ["rgt", 18], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg"], ["updated_at", Tue, 20 Sep 2011 09:34:04 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 16 AND 16 THEN "lft" + 18 - 16 WHEN "lft" BETWEEN 17 AND 18 THEN "lft" + 16 - 17 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 16 AND 16 THEN "rgt" + 18 - 16 WHEN "rgt" BETWEEN 17 AND 18 THEN "rgt" + 16 - 17 ELSE "rgt" END, "parent_id" = CASE WHEN id = 34 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 34]] Rendered text template (0.0ms) Completed 201 Created in 85ms (Views: 5.2ms | ActiveRecord: 4.3ms) Started LOCK "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_atomkraft_nein_danke_studien-akw-ausstieg' OR "slug" LIKE '_atomkraft_nein_danke_studien-akw-ausstieg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._atomkraft_nein_danke_studien-akw-ausstieg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.1ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:34:04 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 19], ["name", "._atomkraft_nein_danke_studien-akw-ausstieg"], ["parent_id", 6], ["path", "bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"], ["rgt", 20], ["slug", "_atomkraft_nein_danke_studien-akw-ausstieg--2"], ["updated_at", Tue, 20 Sep 2011 09:34:04 UTC +00:00]] Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 18 AND 18 THEN "lft" + 20 - 18 WHEN "lft" BETWEEN 19 AND 20 THEN "lft" + 18 - 19 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 18 AND 18 THEN "rgt" + 20 - 18 WHEN "rgt" BETWEEN 19 AND 20 THEN "rgt" + 18 - 19 ELSE "rgt" END, "parent_id" = CASE WHEN id = 35 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 35]] Rendered text template (0.0ms) Completed 201 Created in 161ms (Views: 5.5ms | ActiveRecord: 3.9ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) Started LOCK "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.4ms) Completed 207 Multi-Status in 183ms (Views: 15.4ms | ActiveRecord: 1.7ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:04 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 87ms (Views: 12.0ms | ActiveRecord: 1.8ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 291ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.4ms) Completed 200 OK in 403ms (Views: 6.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:05 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 163ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 192ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.5ms) Completed 200 OK in 135ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:06 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 5.0ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:07 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 135ms (Views: 82.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.6ms) Completed 207 Multi-Status in 84ms (Views: 16.6ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.1ms) Completed 200 OK in 232ms (Views: 4.9ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 138ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 216ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 198ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 141ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:11 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 348ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (9.9ms) Completed 207 Multi-Status in 80ms (Views: 14.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.2ms) Completed 200 OK in 216ms (Views: 6.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.8ms | ActiveRecord: 2.0ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 239ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 145ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (6.3ms) Completed 200 OK in 196ms (Views: 6.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 142ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 74ms (Views: 10.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/._atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/._atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 64ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 58ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered inline template (6.2ms) Completed 207 Multi-Status in 158ms (Views: 92.3ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:34:40 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Completed 500 Internal Server Error in 55ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.7ms) Completed 207 Multi-Status in 151ms (Views: 10.0ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.2ms) Completed 207 Multi-Status in 79ms (Views: 14.4ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 218ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 134ms (Views: 81.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 219ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.4ms) Completed 200 OK in 217ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.2ms) Completed 200 OK in 219ms (Views: 5.1ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 187ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:34:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.7ms) Completed 207 Multi-Status in 107ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:34:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.3ms) Completed 207 Multi-Status in 85ms (Views: 16.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 215ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:47 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:34:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 135ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:34:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.9ms) Completed 200 OK in 210ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.7ms) Completed 200 OK in 135ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (5.0ms) Completed 200 OK in 384ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:34:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.6ms) Completed 200 OK in 203ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.4ms) Completed 207 Multi-Status in 85ms (Views: 14.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:35:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (21.0ms) Completed 200 OK in 350ms (Views: 20.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:09 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 63ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:35:10 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (16.0ms) Completed 200 OK in 375ms (Views: 15.9ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.3ms) Completed 207 Multi-Status in 83ms (Views: 15.2ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:27 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:28 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:35:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 7.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:35:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:35:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.1ms | ActiveRecord: 1.2ms) Started PUT "/admin/saphira/webdav/atomkraft_nein_danke_studien-akw-ausstieg.jpeg" for 127.0.0.1 at 2011-09-20 11:35:30 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 43ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._." for 127.0.0.1 at 2011-09-20 11:35:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._."} CONVERTED: ._. Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._.' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 53ms (Views: 4.3ms | ActiveRecord: 1.2ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:35:33 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"/"} CONVERTED: Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._mulleimer"} CONVERTED: ._mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._mulleimer' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 76ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/._test" for 127.0.0.1 at 2011-09-20 11:35:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._test"} CONVERTED: ._test Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._test' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 158ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:35:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4707-jpg"} CONVERTED: ._img_4707-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/._img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:35:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"._img_4712-jpg"} CONVERTED: ._img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = '._img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 136ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/mulleimer" for 127.0.0.1 at 2011-09-20 11:35:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"mulleimer"} CONVERTED: mulleimer Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'mulleimer' LIMIT 1 Rendered text template (0.0ms) Sent data Mülleimer (4.6ms) Completed 200 OK in 256ms (Views: 4.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/test" for 127.0.0.1 at 2011-09-20 11:35:34 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"test"} CONVERTED: test Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'test' LIMIT 1 Rendered text template (0.0ms) Sent data test (4.5ms) Completed 200 OK in 60ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/img_4707-jpg" for 127.0.0.1 at 2011-09-20 11:35:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4707-jpg"} CONVERTED: img_4707-jpg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4707-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4707.JPG (5.0ms) Completed 200 OK in 386ms (Views: 4.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/img_4712-jpg" for 127.0.0.1 at 2011-09-20 11:35:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"img_4712-jpg"} CONVERTED: img_4712-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'img_4712-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data IMG_4712.JPG (4.4ms) Completed 200 OK in 582ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.4ms) Completed 207 Multi-Status in 82ms (Views: 15.7ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 144ms (Views: 4.6ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:36 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.1ms) Completed 207 Multi-Status in 167ms (Views: 14.3ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 162ms (Views: 5.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 68ms (Views: 4.4ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (11.2ms) Completed 207 Multi-Status in 93ms (Views: 16.6ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 70ms (Views: 7.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 78ms (Views: 7.3ms | ActiveRecord: 2.1ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 232ms (Views: 5.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:35:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (10.8ms) Completed 207 Multi-Status in 87ms (Views: 16.1ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 188ms (Views: 8.1ms | ActiveRecord: 2.0ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:35:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 57ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:35:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:35:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:35:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:35:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'api06_test_2011-04-30' OR "slug" LIKE 'api06_test_2011-04-30--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'api06_test_2011-04-30' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:36:32 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 21], ["name", "api06_test_2011-04-30"], ["parent_id", 6], ["path", "bilder/api06_test_2011-04-30"], ["rgt", 22], ["slug", "api06_test_2011-04-30"], ["updated_at", Tue, 20 Sep 2011 09:36:32 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 36]] SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 20 AND 20 THEN "lft" + 22 - 20 WHEN "lft" BETWEEN 21 AND 22 THEN "lft" + 20 - 21 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 20 AND 20 THEN "rgt" + 22 - 20 WHEN "rgt" BETWEEN 21 AND 22 THEN "rgt" + 20 - 21 ELSE "rgt" END, "parent_id" = CASE WHEN id = 36 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 36]] Rendered text template (0.0ms) Completed 201 Created in 37555ms (Views: 5.5ms | ActiveRecord: 4.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 54ms (Views: 4.6ms | ActiveRecord: 1.2ms) Started LOCK "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 55ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 138ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PUT "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:32 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._api06_test_2011-04-30' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_api06_test_2011-04-30' OR "slug" LIKE '_api06_test_2011-04-30--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._api06_test_2011-04-30' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:36:35 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 23], ["name", "._api06_test_2011-04-30"], ["parent_id", 6], ["path", "bilder/_api06_test_2011-04-30"], ["rgt", 24], ["slug", "_api06_test_2011-04-30"], ["updated_at", Tue, 20 Sep 2011 09:36:35 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 22 AND 22 THEN "lft" + 24 - 22 WHEN "lft" BETWEEN 23 AND 24 THEN "lft" + 22 - 23 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 22 AND 22 THEN "rgt" + 24 - 22 WHEN "rgt" BETWEEN 23 AND 24 THEN "rgt" + 22 - 23 ELSE "rgt" END, "parent_id" = CASE WHEN id = 37 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 37]] Rendered text template (0.0ms) Completed 201 Created in 2608ms (Views: 5.1ms | ActiveRecord: 4.7ms) Started LOCK "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started PUT "/admin/saphira/webdav/bilder/._api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:35 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/._api06_test_2011-04-30"} CONVERTED: bilder/._api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/._api06_test_2011-04-30' LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_api06_test_2011-04-30' OR "slug" LIKE '_api06_test_2011-04-30--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = '_api06_test_2011-04-30' OR "slug" LIKE '_api06_test_2011-04-30--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '._api06_test_2011-04-30' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 09:36:37 UTC +00:00], ["dynamic_attributes", "--- \n"], ["file_name", nil], ["file_uid", nil], ["item_type", nil], ["lft", 25], ["name", "._api06_test_2011-04-30"], ["parent_id", 6], ["path", "bilder/_api06_test_2011-04-30--2"], ["rgt", 26], ["slug", "_api06_test_2011-04-30--2"], ["updated_at", Tue, 20 Sep 2011 09:36:37 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 38]] SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 24 AND 24 THEN "lft" + 26 - 24 WHEN "lft" BETWEEN 25 AND 26 THEN "lft" + 24 - 25 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 24 AND 24 THEN "rgt" + 26 - 24 WHEN "rgt" BETWEEN 25 AND 26 THEN "rgt" + 24 - 25 ELSE "rgt" END, "parent_id" = CASE WHEN id = 38 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 38]] Rendered text template (0.0ms) Completed 201 Created in 2191ms (Views: 7.7ms | ActiveRecord: 4.7ms) Started LOCK "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.3ms | ActiveRecord: 1.5ms) Started PROPFIND "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered inline template (5.8ms) Completed 207 Multi-Status in 159ms (Views: 10.2ms | ActiveRecord: 1.3ms) Started LOCK "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"lockinfo"=>{"xmlns:D"=>"DAV:", "lockscope"=>{"exclusive"=>nil}, "locktype"=>{"write"=>nil}, "owner"=>{"href"=>"http://www.apple.com/webdav_fs/"}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:36:37 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"/"} CONVERTED: Rendered inline template (5.8ms) Completed 207 Multi-Status in 27ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.1ms) Completed 207 Multi-Status in 179ms (Views: 16.5ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/._api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 76ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 176ms (Views: 12.6ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/.__api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (6.0ms) Completed 207 Multi-Status in 77ms (Views: 10.7ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/gortz1-2040-1_cmyk-jpg" for 127.0.0.1 at 2011-09-20 11:36:38 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/gortz1-2040-1_cmyk-jpg"} CONVERTED: bilder/gortz1-2040-1_cmyk-jpg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/gortz1-2040-1_cmyk-jpg' LIMIT 1 Rendered text template (0.0ms) Sent data Görtz1 2040-1_CMYK.jpg (4.8ms) Completed 200 OK in 301ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 63ms (Views: 4.9ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 146ms (Views: 4.4ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30"} CONVERTED: bilder/_api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 150ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30--2"} CONVERTED: bilder/_api06_test_2011-04-30--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 63ms (Views: 4.5ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:39 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 65ms (Views: 4.8ms | ActiveRecord: 1.6ms) Started PROPFIND "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:41 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered inline template (6.1ms) Completed 207 Multi-Status in 76ms (Views: 11.4ms | ActiveRecord: 1.3ms) Started DELETE "/admin/saphira/webdav/bilder/api06_test_2011-04-30.sql" for 127.0.0.1 at 2011-09-20 11:36:42 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Completed 500 Internal Server Error in 58ms NoMethodError (undefined method `destroy!' for #): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.9ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Rendered inline template (5.9ms) Completed 207 Multi-Status in 165ms (Views: 10.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.0ms) Completed 207 Multi-Status in 99ms (Views: 16.4ms | ActiveRecord: 1.7ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 173ms (Views: 6.8ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 5.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.9ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 58ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:43 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30"} CONVERTED: bilder/_api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:44 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30--2"} CONVERTED: bilder/_api06_test_2011-04-30--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 147ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.2ms) Completed 207 Multi-Status in 83ms (Views: 16.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 153ms (Views: 5.0ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 62ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.5ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.5ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:48 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30"} CONVERTED: bilder/_api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 71ms (Views: 7.5ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:49 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30--2"} CONVERTED: bilder/_api06_test_2011-04-30--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 149ms (Views: 4.3ms | ActiveRecord: 1.9ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.2ms) Completed 207 Multi-Status in 82ms (Views: 16.6ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 149ms (Views: 5.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 71ms (Views: 5.8ms | ActiveRecord: 1.5ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 74ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 149ms (Views: 4.6ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:53 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30"} CONVERTED: bilder/_api06_test_2011-04-30 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 4.6ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:54 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30--2"} CONVERTED: bilder/_api06_test_2011-04-30--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 145ms (Views: 4.8ms | ActiveRecord: 1.4ms) Started PROPFIND "/admin/saphira/webdav/bilder/" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"propfind"=>{"xmlns:D"=>"DAV:", "prop"=>{"xmlns:A"=>"http://www.apple.com/webdav_fs/props/", "getlastmodified"=>nil, "getcontentlength"=>nil, "resourcetype"=>nil, "appledoubleheader"=>nil}}, "path_info"=>"bilder"} CONVERTED: bilder Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 Rendered inline template (12.1ms) Completed 207 Multi-Status in 88ms (Views: 16.8ms | ActiveRecord: 1.6ms) Started GET "/admin/saphira/webdav/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 149ms (Views: 90.7ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 60ms (Views: 4.4ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} CONVERTED: bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2 Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.2ms | ActiveRecord: 1.4ms) Started GET "/admin/saphira/webdav/bilder/api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/api06_test_2011-04-30"} CONVERTED: bilder/api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 161ms (Views: 4.2ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30" for 127.0.0.1 at 2011-09-20 11:36:58 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30"} CONVERTED: bilder/_api06_test_2011-04-30 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 59ms (Views: 4.3ms | ActiveRecord: 1.3ms) Started GET "/admin/saphira/webdav/bilder/_api06_test_2011-04-30--2" for 127.0.0.1 at 2011-09-20 11:36:59 +0200 DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:40) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:41) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from act_as_railsdav at /Users/spieker/Sites/gems-projects/saphira/lib/railsdav/act_as_railsdav.rb:42) Processing by Saphira::WebdavController#webdav as */* Parameters: {"path_info"=>"bilder/_api06_test_2011-04-30--2"} CONVERTED: bilder/_api06_test_2011-04-30--2 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 148ms (Views: 4.3ms | ActiveRecord: 1.4ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:08 +0200 ActionController::RoutingError (No route matches [OPTIONS] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.1ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:10 +0200 ActionController::RoutingError (No route matches [OPTIONS] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:10 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:11 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:12 +0200 ActionController::RoutingError (No route matches [OPTIONS] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started OPTIONS "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:16 +0200 ActionController::RoutingError (No route matches [OPTIONS] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/.TemporaryItems" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav/.TemporaryItems"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/.Trashes" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav/.Trashes"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started PROPFIND "/admin/saphira/webdav/" for 127.0.0.1 at 2011-09-20 11:40:21 +0200 ActionController::RoutingError (No route matches [PROPFIND] "/admin/saphira/webdav"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/saphira" for 127.0.0.1 at 2011-09-20 12:00:09 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (219.9ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (235.9ms) Completed 200 OK in 286ms (Views: 270.4ms | ActiveRecord: 1.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (9ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /jquery.js - 304 Not Modified (16ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (3ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:10 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:01:16 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Completed 500 Internal Server Error in 111ms ActionView::MissingTemplate (Missing template saphira/file_items/new_, saphira/application/new_, application/new_ with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.7ms) Completed 200 OK in 24ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (9ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:38 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:38 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (7ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:01:38 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316512898101" for 127.0.0.1 at 2011-09-20 12:01:38 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316512898101", "id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 3ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.7ms) Completed 200 OK in 26ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:02:33 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316512953795" for 127.0.0.1 at 2011-09-20 12:02:34 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316512953795", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/assets/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:02:49 +0200 Served asset /uploadify.swf - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/uploadify.swf"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316512973170" for 127.0.0.1 at 2011-09-20 12:02:53 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316512973170", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/assets/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:02:56 +0200 ActionController::RoutingError (No route matches [GET] "/admin/saphira/assets/uploadify.swf"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:03:02 +0200 Served asset /uploadify.swf - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/uploadify.swf"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:03:09 +0200 Served asset /saphira/uploadify.swf - 200 OK (6ms) Started GET "/assets/saphira/undefined" for 127.0.0.1 at 2011-09-20 12:03:09 +0200 Served asset /saphira/undefined - 404 Not Found (108ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/undefined"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316512992597" for 127.0.0.1 at 2011-09-20 12:03:12 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316512992597", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316512994055" for 127.0.0.1 at 2011-09-20 12:03:14 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316512994055", "id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.8ms) Completed 200 OK in 25ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:25 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513005826" for 127.0.0.1 at 2011-09-20 12:03:26 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513005826", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:03:49 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.8ms) Completed 200 OK in 86ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513030230" for 127.0.0.1 at 2011-09-20 12:03:50 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513030230", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.3ms) Completed 200 OK in 23ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Served asset /saphira/application.js - 304 Not Modified (5ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513065573" for 127.0.0.1 at 2011-09-20 12:04:25 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513065573", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.3ms) Completed 200 OK in 24ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:06 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513107015" for 127.0.0.1 at 2011-09-20 12:05:07 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513107015", "id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513107015" for 127.0.0.1 at 2011-09-20 12:05:11 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513107015", "id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.1ms) Completed 200 OK in 108ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:05:54 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316513155058" for 127.0.0.1 at 2011-09-20 12:05:55 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316513155058", "id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.8ms) Completed 200 OK in 25ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:06:47 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf?preventswfcaching=1316513208047" for 127.0.0.1 at 2011-09-20 12:06:48 +0200 Served asset /saphira/uploadify.swf - 200 OK (0ms) Started GET "/admin/saphira/files/false" for 127.0.0.1 at 2011-09-20 12:06:48 +0200 Processing by Saphira::FileItemsController#show as */* Parameters: {"id"=>"false"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'false' LIMIT 1 Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `item_type' for nil:NilClass): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) Started GET "/admin/saphira/files/uploadify-cancel.png" for 127.0.0.1 at 2011-09-20 12:07:05 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"uploadify-cancel"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify-cancel' LIMIT 1 Completed 406 Not Acceptable in 2ms Started POST "/admin/saphira/files/uploadify-check-existing.php" for 127.0.0.1 at 2011-09-20 12:07:05 +0200 ActionController::RoutingError (No route matches [POST] "/admin/saphira/files/uploadify-check-existing.php"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:07:05 +0200 Served asset /saphira/uploadify.swf - 200 OK (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.5ms) Completed 200 OK in 83ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:01 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:11:10 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.4ms) Completed 200 OK in 24ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:11:11 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:24:05 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (21.2ms) Completed 200 OK in 129ms (Views: 113.2ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/file_items.css - 304 Not Modified (5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (3ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (14ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (16ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /jquery_ujs.js - 304 Not Modified (131ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/file_items.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (3ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (5ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (8ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.uploadify.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:06 +0200 Served asset /saphira/jquery.uploadify.js - 304 Not Modified (19ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:24:07 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/admin/saphira/files/uploadify.swf?preventswfcaching=1316514247088" for 127.0.0.1 at 2011-09-20 12:24:07 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"preventswfcaching"=>"1316514247088", "id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 4ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.1ms) Compiled saphira/application.js (5ms) (pid 36945) Compiled saphira/jquery.uploadify.v2.1.4.js (1ms) (pid 36945) Compiled saphira/swfobject.js (0ms) (pid 36945) Completed 200 OK in 54ms (Views: 41.4ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 200 OK (31ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/swfobject.js - 200 OK (22ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:22 +0200 Served asset /saphira/application.js - 200 OK (107ms) Started GET "/admin/saphira/files/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:26:23 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.2ms) Completed 200 OK in 80ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (4ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:26:30 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:26:31 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"uploadify"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:27:38 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (20.5ms) Completed 200 OK in 125ms (Views: 110.5ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/file_items.css - 304 Not Modified (6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (5ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /jquery.js - 304 Not Modified (23ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/file_items.js - 304 Not Modified (13ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (8ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (14ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (3ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (2ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (14ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:39 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/admin/saphira/files/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:27:40 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"uploadify"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'uploadify' LIMIT 1 Completed 406 Not Acceptable in 7ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:27:58 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.8ms) Completed 200 OK in 25ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:58 +0200 Served asset /saphira/application.css - 304 Not Modified (18ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:27:59 +0200 Served asset /saphira/uploadify.swf - 200 OK (6ms) Started GET "/admin/saphira/files/cancel.png" for 127.0.0.1 at 2011-09-20 12:28:06 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"cancel"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'cancel' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/cancel.png" for 127.0.0.1 at 2011-09-20 12:28:28 +0200 Processing by Saphira::FileItemsController#show as Parameters: {"id"=>"cancel"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'cancel' LIMIT 1 Completed 406 Not Acceptable in 2ms Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.9ms) Completed 200 OK in 24ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:29:00 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (2ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:29:03 +0200 Served asset /saphira/cancel.png - 200 OK (4ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.4ms) Completed 200 OK in 28ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:33:10 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:33:11 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:33:14 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"IMG_4571.JPG", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k"=>"=authenticity_token", "folder"=>"/admin/saphira/files/", "Filedata"=>#>, "Upload"=>"Submit Query"} WARNING: Can't verify CSRF token authenticity Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Completed 500 Internal Server Error in 189ms ActionView::MissingTemplate (Missing template saphira/file_items/new_, saphira/application/new_, application/new_ with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/Users/spieker/Sites/gems-projects/saphira/test/dummy/app/views" * "/Users/spieker/Sites/gems-projects/saphira/app/views" ): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:34:29 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.9ms) Completed 200 OK in 26ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (7ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:34:30 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:34:33 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (170.1ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (186.2ms) Completed 200 OK in 212ms (Views: 197.0ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:36 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/application.css - 304 Not Modified (13ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:37 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/new?type=file" for 127.0.0.1 at 2011-09-20 12:34:40 +0200 Processing by Saphira::FileItemsController#new as HTML Parameters: {"type"=>"file"} ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (74.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (75.8ms) Completed 200 OK in 100ms (Views: 86.2ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/file_items.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:34:41 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.6ms) Completed 200 OK in 25ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:35:45 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:35:48 +0200 Served asset /saphira/cancel.png - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:35:48 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"IMG_4571.JPG", "faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k"=>"=authenticity_token", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "parent_id"=>"null"}, "folder"=>"/admin/saphira/files/", "Filedata"=>#>, "Upload"=>"Submit Query"} WARNING: Can't verify CSRF token authenticity Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (17.5ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (18.9ms) Completed 200 OK in 48ms (Views: 29.4ms | ActiveRecord: 0.9ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:35:56 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (104.8ms) Completed 200 OK in 133ms (Views: 115.9ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (3ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/.png" for 127.0.0.1 at 2011-09-20 12:36:01 +0200 Served asset /saphira/icons/32x32/.png - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/icons/32x32/.png"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:36:11 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"DSC02120.JPG", "faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k"=>"=authenticity_token", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "parent_id"=>"null"}, "folder"=>"/admin/saphira/files/", "Filedata"=>#>, "Upload"=>"Submit Query"} WARNING: Can't verify CSRF token authenticity Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (16.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (17.7ms) Completed 200 OK in 46ms (Views: 27.9ms | ActiveRecord: 0.9ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:36:14 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"DSC02119.JPG", "folder"=>"/admin/saphira/files/", "file_item"=>{"item_type"=>"file", "parent_id"=>"null"}, "faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k"=>"=authenticity_token", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "Filedata"=>#>, "Upload"=>"Submit Query"} WARNING: Can't verify CSRF token authenticity Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (16.9ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (18.3ms) Completed 200 OK in 45658ms (Views: 88.9ms | ActiveRecord: 0.9ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.6ms) Completed 200 OK in 26ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:39:55 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:40:25 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.0ms) Completed 200 OK in 26ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (10ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:26 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:27 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.9ms) Completed 200 OK in 27ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:40:40 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:40:41 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:41:53 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.6ms) Completed 200 OK in 26ms (Views: 13.3ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/application.js - 304 Not Modified (2ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:41:54 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:41:57 +0200 Served asset /saphira/cancel.png - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:41:58 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"DSC02119.JPG", "file_item"=>{"parent_id"=>"null", "item_type"=>"file"}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Filedata"=>#>, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (73.4ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (74.8ms) Completed 200 OK in 103ms (Views: 85.0ms | ActiveRecord: 0.9ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:42:01 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"DSC02119.JPG", "file_item"=>{"parent_id"=>"null", "item_type"=>"file"}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Filedata"=>#>, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = '' OR "slug" LIKE '--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = '' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 ActsAsTaggableOn::Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" IS NULL AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/_form.html.erb (16.7ms) Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/new_file.html.erb within layouts/saphira/application (18.3ms) Completed 200 OK in 32338ms (Views: 29.4ms | ActiveRecord: 1.1ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.6ms) Completed 200 OK in 28ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:44:08 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:44:11 +0200 Served asset /saphira/cancel.png - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:44:12 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"DSC02119.JPG", "file_item"=>{"item_type"=>"file", "parent_id"=>"null", "file"=>#>}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 0 AND ("slug" = 'dsc02119-jpg' OR "slug" LIKE 'dsc02119-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'DSC02119.JPG' AND "saphira_file_items"."parent_id" = 0) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 0 LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (6.7ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:44:23 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1920\n:height: 1080\n:field_image_capture_date: 2009-08-14 17:55:57 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 250\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 5\n numerator: 28\n:field_image_make: SONY\n:field_image_model: DSC-T70\n:field_image_orientation: 1\n"], ["file_name", "DSC02119.JPG"], ["file_uid", "2011/09/20/12_44_23_621_DSC02119.JPG"], ["item_type", "file"], ["lft", 27], ["name", "DSC02119.JPG"], ["parent_id", 0], ["path", "dsc02119-jpg"], ["rgt", 28], ["slug", "dsc02119-jpg"], ["updated_at", Tue, 20 Sep 2011 10:44:23 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 0]] Completed 404 Not Found in 11349ms ActiveRecord::RecordNotFound (Couldn't find Saphira::FileItem with id=0): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (72.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (76.6ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.9ms) Completed 200 OK in 100ms (Views: 13.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:02 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:03 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.5ms) Completed 200 OK in 26ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:46:17 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (0.9ms) Completed 200 OK in 25ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:46:54 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:46:55 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:46:57 +0200 Served asset /saphira/cancel.png - 304 Not Modified (0ms) Started POST "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:46:57 +0200 Processing by Saphira::FileItemsController#create as HTML Parameters: {"Filename"=>"DSC02119.JPG", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'dsc02119-jpg' OR "slug" LIKE 'dsc02119-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'DSC02119.JPG' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:46:58 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1920\n:height: 1080\n:field_image_capture_date: 2009-08-14 17:55:57 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 250\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 5\n numerator: 28\n:field_image_make: SONY\n:field_image_model: DSC-T70\n:field_image_orientation: 1\n"], ["file_name", "DSC02119.JPG"], ["file_uid", "2011/09/20/12_46_58_387_DSC02119.JPG"], ["item_type", "file"], ["lft", 27], ["name", "DSC02119.JPG"], ["parent_id", nil], ["path", "dsc02119-jpg"], ["rgt", 28], ["slug", "dsc02119-jpg"], ["updated_at", Tue, 20 Sep 2011 10:46:58 UTC +00:00]] Redirected to http://localhost:3000/admin/saphira/files/dsc02119-jpg Completed 302 Found in 540ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:47:20 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"dsc02119-jpg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'dsc02119-jpg' LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 39 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.context = 'tags' AND taggings.tagger_id IS NULL)  (0.2ms) SELECT 1 FROM "saphira_image_variants" LIMIT 1 Saphira::ImageVariant Load (0.2ms) SELECT "saphira_image_variants".* FROM "saphira_image_variants"  Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/show.html.erb within layouts/saphira/application (173.0ms) Completed 200 OK in 200ms (Views: 182.7ms | ActiveRecord: 2.4ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (1ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:47:25 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files" for 127.0.0.1 at 2011-09-20 12:48:49 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (2.5ms) Completed 200 OK in 33ms (Views: 20.0ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (1ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:48:50 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:49:02 +0200 Served asset /saphira/cancel.png - 304 Not Modified (0ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:49:02 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"DSC02120.JPG", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'dsc02120-jpg' OR "slug" LIKE 'dsc02120-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'DSC02120.JPG' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.2ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:49:02 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1920\n:height: 1080\n:field_image_capture_date: 2009-08-14 17:56:05 +02:00\n:field_image_exposure_time: !ruby/object:Rational \n denominator: 320\n numerator: 1\n:field_image_f_number: !ruby/object:Rational \n denominator: 5\n numerator: 28\n:field_image_make: SONY\n:field_image_model: DSC-T70\n:field_image_orientation: 1\n"], ["file_name", "DSC02120.JPG"], ["file_uid", "2011/09/20/12_49_02_756_DSC02120.JPG"], ["item_type", "file"], ["lft", 29], ["name", "DSC02120.JPG"], ["parent_id", nil], ["path", "dsc02120-jpg"], ["rgt", 30], ["slug", "dsc02120-jpg"], ["updated_at", Tue, 20 Sep 2011 10:49:02 UTC +00:00]] Completed 201 Created in 239ms (Views: 7.0ms | ActiveRecord: 2.4ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:49:11 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"Görtz1 0989-2_CMYK.jpg", "folder"=>"/admin/saphira/files/", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.6ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'gortz1-0989-2_cmyk-jpg' OR "slug" LIKE 'gortz1-0989-2_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 0989-2_CMYK.jpg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.5ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:50:19 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 19:49:10 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 0989-2_CMYK.jpg"], ["file_uid", "2011/09/20/12_50_19_290_G_rtz1_0989_2_CMYK.jpg"], ["item_type", "file"], ["lft", 31], ["name", "Görtz1 0989-2_CMYK.jpg"], ["parent_id", nil], ["path", "gortz1-0989-2_cmyk-jpg"], ["rgt", 32], ["slug", "gortz1-0989-2_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:50:19 UTC +00:00]] Completed 201 Created in 1839ms (Views: 7.3ms | ActiveRecord: 3.0ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:50:21 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 1628-1_CMYK.jpg", "folder"=>"/admin/saphira/files/", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'gortz1-1628-1_cmyk-jpg' OR "slug" LIKE 'gortz1-1628-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 1628-1_CMYK.jpg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:50:24 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 21:21:35 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 1628-1_CMYK.jpg"], ["file_uid", "2011/09/20/12_50_23_519_G_rtz1_1628_1_CMYK.jpg"], ["item_type", "file"], ["lft", 33], ["name", "Görtz1 1628-1_CMYK.jpg"], ["parent_id", nil], ["path", "gortz1-1628-1_cmyk-jpg"], ["rgt", 34], ["slug", "gortz1-1628-1_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:50:24 UTC +00:00]] Completed 201 Created in 3161ms (Views: 8.5ms | ActiveRecord: 2.7ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:50:25 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 1663_CMYK.jpg", "folder"=>"/admin/saphira/files/", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'gortz1-1663_cmyk-jpg' OR "slug" LIKE 'gortz1-1663_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 1663_CMYK.jpg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.4ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:50:26 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 21:22:49 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 1663_CMYK.jpg"], ["file_uid", "2011/09/20/12_50_26_44_G_rtz1_1663_CMYK.jpg"], ["item_type", "file"], ["lft", 35], ["name", "Görtz1 1663_CMYK.jpg"], ["parent_id", nil], ["path", "gortz1-1663_cmyk-jpg"], ["rgt", 36], ["slug", "gortz1-1663_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:50:26 UTC +00:00]] Completed 201 Created in 1295ms (Views: 6.5ms | ActiveRecord: 2.5ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:50:27 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 2040-1_CMYK.jpg", "folder"=>"/admin/saphira/files/", "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "file_item"=>{"item_type"=>"file", "file"=>#>}, "Upload"=>"Submit Query"} Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL AND ("slug" = 'gortz1-2040-1_cmyk-jpg' OR "slug" LIKE 'gortz1-2040-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 2040-1_CMYK.jpg' AND "saphira_file_items"."parent_id" IS NULL) LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (1.3ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:50:28 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 23:10:49 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 2040-1_CMYK.jpg"], ["file_uid", "2011/09/20/12_50_27_954_G_rtz1_2040_1_CMYK.jpg"], ["item_type", "file"], ["lft", 37], ["name", "Görtz1 2040-1_CMYK.jpg"], ["parent_id", nil], ["path", "gortz1-2040-1_cmyk-jpg"], ["rgt", 38], ["slug", "gortz1-2040-1_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:50:28 UTC +00:00]] Completed 201 Created in 1295ms (Views: 7.6ms | ActiveRecord: 2.6ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:50:39 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# were able to deal with the method call format(#:0x00000107439fb0>): 23: 24: <%= link_to 'New File', new_file_item_path(:type => Saphira::FileItem::TYPE_FILE, :parent_id => @file_item.id) %> 25: <%= link_to 'New Folder', new_file_item_path(:type => Saphira::FileItem::TYPE_FOLDER, :parent_id => @file_item.id) %> 26: <%= link_to 'Upload Files', upload_files_file_item_path(:parent_id => @file_item.id) %> 27: 28: <% unless @file_item.id.nil? %> 29: <%= link_to 'Edit', edit_file_item_path(@file_item) %> | Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:52:49 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#:0x0000010275af00>): 23: 24: <%= link_to 'New File', new_file_item_path(:type => Saphira::FileItem::TYPE_FILE, :parent_id => @file_item.id) %> 25: <%= link_to 'New Folder', new_file_item_path(:type => Saphira::FileItem::TYPE_FOLDER, :parent_id => @file_item.id) %> 26: <%= link_to 'Upload Files', uploads_file_item_path(:parent_id => @file_item.id) %> 27: 28: <% unless @file_item.id.nil? %> 29: <%= link_to 'Edit', edit_file_item_path(@file_item) %> | Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:54:23 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.9ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (83.2ms) Completed 200 OK in 154ms (Views: 93.8ms | ActiveRecord: 1.0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (11ms) Started GET "/assets/saphira/icons/32x32/.png" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/icons/32x32/.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/icons/32x32/.png"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:54:29 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"} Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (1.7ms) Completed 200 OK in 27ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/application.js - 304 Not Modified (4ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:54:35 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (2ms) Started GET "/assets/saphira/cancel.png" for 127.0.0.1 at 2011-09-20 12:54:41 +0200 Served asset /saphira/cancel.png - 304 Not Modified (2ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:54:42 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 1628-1_CMYK.jpg", "file_item"=>{"item_type"=>"file", "parent_id"=>"6", "file"=>#>}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'gortz1-1628-1_cmyk-jpg' OR "slug" LIKE 'gortz1-1628-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 1628-1_CMYK.jpg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (6.5ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:54:44 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 21:21:35 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 1628-1_CMYK.jpg"], ["file_uid", "2011/09/20/12_54_44_373_G_rtz1_1628_1_CMYK.jpg"], ["item_type", "file"], ["lft", 39], ["name", "Görtz1 1628-1_CMYK.jpg"], ["parent_id", 6], ["path", "bilder/gortz1-1628-1_cmyk-jpg"], ["rgt", 40], ["slug", "gortz1-1628-1_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:54:44 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 45]] SQL (0.5ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 26 AND 38 THEN "lft" + 40 - 38 WHEN "lft" BETWEEN 39 AND 40 THEN "lft" + 26 - 39 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 26 AND 38 THEN "rgt" + 40 - 38 WHEN "rgt" BETWEEN 39 AND 40 THEN "rgt" + 26 - 39 ELSE "rgt" END, "parent_id" = CASE WHEN id = 45 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 45]] Completed 201 Created in 2039ms (Views: 5.5ms | ActiveRecord: 8.5ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:54:45 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 1663_CMYK.jpg", "file_item"=>{"item_type"=>"file", "parent_id"=>"6", "file"=>#>}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.5ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'gortz1-1663_cmyk-jpg' OR "slug" LIKE 'gortz1-1663_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.2ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 1663_CMYK.jpg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (0.9ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:54:47 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 21:22:49 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 1663_CMYK.jpg"], ["file_uid", "2011/09/20/12_54_46_193_G_rtz1_1663_CMYK.jpg"], ["item_type", "file"], ["lft", 41], ["name", "Görtz1 1663_CMYK.jpg"], ["parent_id", 6], ["path", "bilder/gortz1-1663_cmyk-jpg"], ["rgt", 42], ["slug", "gortz1-1663_cmyk-jpg"], ["updated_at", Tue, 20 Sep 2011 10:54:47 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 46]] SQL (0.6ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 28 AND 40 THEN "lft" + 42 - 40 WHEN "lft" BETWEEN 41 AND 42 THEN "lft" + 28 - 41 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 28 AND 40 THEN "rgt" + 42 - 40 WHEN "rgt" BETWEEN 41 AND 42 THEN "rgt" + 28 - 41 ELSE "rgt" END, "parent_id" = CASE WHEN id = 46 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 46]] Completed 201 Created in 2534ms (Views: 7.0ms | ActiveRecord: 3.5ms) Started POST "/admin/saphira/files.json" for 127.0.0.1 at 2011-09-20 12:54:48 +0200 Processing by Saphira::FileItemsController#create as JSON Parameters: {"Filename"=>"Görtz1 2040-1_CMYK.jpg", "file_item"=>{"item_type"=>"file", "parent_id"=>"6", "file"=>#>}, "authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "_dummy_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTAzYTNjYjk2OTkwOGNlY2EyMzllOWFiMWQxZmUwZmUwBjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMWZhaUFaeDQ2SFFYYTdxNWY1ZDJ5VXJTdGpxaGJnS0oydXdLZGRwWnUwNWs9BjsARg==--16d4ecff5f332058b216b6741c0b80f49f01f217", "folder"=>"/admin/saphira/files/", "Upload"=>"Submit Query"} Saphira::FileItem Load (0.6ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'gortz1-2040-1_cmyk-jpg' OR "slug" LIKE 'gortz1-2040-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1 CACHE (0.0ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 AND ("slug" = 'gortz1-2040-1_cmyk-jpg' OR "slug" LIKE 'gortz1-2040-1_cmyk-jpg--%') ORDER BY LENGTH("slug") DESC, "slug" DESC LIMIT 1  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" IS NULL AND ("saphira_file_items"."name" = 'Görtz1 2040-1_CMYK.jpg' AND "saphira_file_items"."parent_id" = 6) LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = 6 LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" ORDER BY "rgt" desc LIMIT 1 SQL (0.9ms) INSERT INTO "saphira_file_items" ("created_at", "dynamic_attributes", "file_name", "file_uid", "item_type", "lft", "name", "parent_id", "path", "rgt", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 20 Sep 2011 10:54:49 UTC +00:00], ["dynamic_attributes", "--- \n:width: 1535\n:height: 2126\n:field_image_capture_date: 2011-05-09 23:10:49 +02:00\n:field_image_make: Phase One\n:field_image_model: P25\n:field_image_orientation: 1\n"], ["file_name", "Görtz1 2040-1_CMYK.jpg"], ["file_uid", "2011/09/20/12_54_49_17_G_rtz1_2040_1_CMYK.jpg"], ["item_type", "file"], ["lft", 43], ["name", "Görtz1 2040-1_CMYK.jpg"], ["parent_id", 6], ["path", "bilder/gortz1-2040-1_cmyk-jpg--2"], ["rgt", 44], ["slug", "gortz1-2040-1_cmyk-jpg--2"], ["updated_at", Tue, 20 Sep 2011 10:54:49 UTC +00:00]] Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? ORDER BY "lft" LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.1ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 47]] SQL (0.7ms) UPDATE "saphira_file_items" SET "lft" = CASE WHEN "lft" BETWEEN 30 AND 42 THEN "lft" + 44 - 42 WHEN "lft" BETWEEN 43 AND 44 THEN "lft" + 30 - 43 ELSE "lft" END, "rgt" = CASE WHEN "rgt" BETWEEN 30 AND 42 THEN "rgt" + 44 - 42 WHEN "rgt" BETWEEN 43 AND 44 THEN "rgt" + 30 - 43 ELSE "rgt" END, "parent_id" = CASE WHEN id = 47 THEN 6 ELSE "parent_id" END WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" ORDER BY "lft") Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 6]] Saphira::FileItem Load (0.0ms) SELECT "lft", "rgt", "parent_id" FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", 47]] Completed 201 Created in 1648ms (Views: 7.2ms | ActiveRecord: 3.5ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:54:52 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.4ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (100.5ms) Completed 200 OK in 129ms (Views: 112.0ms | ActiveRecord: 1.0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/.png" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/icons/32x32/.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/saphira/icons/32x32/.png"): Rendered /Users/spieker/.rvm/gems/ruby-1.9.2-p0/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (6.7ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:54:54 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started DELETE "/admin/saphira/files/bilder/atomkraft_nein_danke_studien-akw-ausstieg" for 127.0.0.1 at 2011-09-20 12:55:01 +0200 Processing by Saphira::FileItemsController#destroy as HTML Parameters: {"authenticity_token"=>"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 33 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 33 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.8ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 33]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 62ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:01 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 34 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 34 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 34]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 101ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:05 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_atomkraft_nein_danke_studien-akw-ausstieg--2' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.2ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 35 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 35 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 35]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 39ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:09 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_api06_test_2011-04-30"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30' LIMIT 1 SQL (0.5ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 16 AND "rgt" < 17) SQL (0.4ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 17) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 17) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 37 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 37 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 37]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:13 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/_api06_test_2011-04-30--2"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/_api06_test_2011-04-30--2' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 16 AND "rgt" < 17) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 17) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 17) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 38 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 38 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 38]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 98ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:17 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"faiAZx46HQXa7q5f5d2yUrStjqhbgKJ2uwKddpZu05k=", "id"=>"bilder/api06_test_2011-04-30"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder/api06_test_2011-04-30' LIMIT 1 SQL (0.4ms) DELETE FROM "saphira_file_items" WHERE ("lft" > 14 AND "rgt" < 15) SQL (0.3ms) UPDATE "saphira_file_items" SET "lft" = ("lft" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("lft" > 15) ORDER BY "lft") SQL (0.3ms) UPDATE "saphira_file_items" SET "rgt" = ("rgt" - 2) WHERE "saphira_file_items"."id" IN (SELECT "saphira_file_items"."id" FROM "saphira_file_items" WHERE ("rgt" > 15) ORDER BY "lft") ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 36 AND "taggings"."taggable_type" = 'Saphira::FileItem' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 36 AND "taggings"."taggable_type" = 'Saphira::FileItem' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? [["id", 36]] Redirected to http://localhost:3000/admin/saphira/files Completed 302 Found in 36ms Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:55:20 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(#"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (19.9ms) Completed 200 OK in 49ms (Views: 32.0ms | ActiveRecord: 1.0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/file_items.js - 304 Not Modified (1ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/application.js - 304 Not Modified (18ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:55:23 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:55:24 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:57:06 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"}  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" = '6' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (3.4ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/application.css - 304 Not Modified (4ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:57:07 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:57:08 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"}  (0.1ms) SELECT 1 FROM "saphira_file_items" WHERE "saphira_file_items"."slug" = '6' LIMIT 1 Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (2.5ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.3ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (2ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (1ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:57:09 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:57:13 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."slug" = '6' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (16.3ms) Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (2ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:57:14 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (20.0ms) Completed 200 OK in 114ms (Views: 32.1ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/application.css - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:57:17 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."slug" = '6' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (16.2ms) Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.5ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:57:20 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/upload_files?parent_id=6" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Processing by Saphira::FileItemsController#upload_files as HTML Parameters: {"parent_id"=>"6"} Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."slug" = '6' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/upload_files.html.erb within layouts/saphira/application (16.5ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.6ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Served asset /saphira/application.css - 304 Not Modified (1ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:31 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/file_items.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/application.js - 304 Not Modified (1ms) Started GET "/assets/saphira/uploadify.swf" for 127.0.0.1 at 2011-09-20 12:57:32 +0200 Served asset /saphira/uploadify.swf - 304 Not Modified (0ms) Started GET "/admin/saphira/files/bilder" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Processing by Saphira::FileItemsController#show as HTML Parameters: {"id"=>"bilder"} Saphira::FileItem Load (0.1ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."path" = 'bilder' LIMIT 1 Saphira::FileItem Load (0.2ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."id" IS NULL LIMIT 1 Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" = 6 ORDER BY "lft" Rendered /Users/spieker/Sites/gems-projects/saphira/app/views/saphira/file_items/index.html.erb within layouts/saphira/application (20.3ms) Completed 200 OK in 113ms (Views: 31.5ms | ActiveRecord: 0.9ms) Started GET "/assets/saphira/file_items.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/file_items.css - 304 Not Modified (0ms) Started GET "/assets/saphira/application.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/image_variants.css - 304 Not Modified (1ms) Started GET "/assets/saphira/image_variant_settings.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/image_variant_settings.css - 304 Not Modified (0ms) Started GET "/assets/saphira/uploadify.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/uploadify.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.css?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/jquery.jcrop.css - 304 Not Modified (0ms) Started GET "/assets/saphira/file_items.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/file_items.js - 304 Not Modified (2ms) Started GET "/assets/saphira/image_variant_settings.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:33 +0200 Served asset /saphira/image_variant_settings.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.color.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/jquery.color.js - 304 Not Modified (0ms) Started GET "/assets/saphira/image_variants.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/image_variants.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.jcrop.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/jquery.jcrop.js - 304 Not Modified (0ms) Started GET "/assets/saphira/jquery.uploadify.v2.1.4.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/jquery.uploadify.v2.1.4.js - 304 Not Modified (0ms) Started GET "/assets/saphira/swfobject.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/swfobject.js - 304 Not Modified (0ms) Started GET "/assets/saphira/application.js?body=1" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/application.js - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/direction_up.png" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/icons/32x32/direction_up.png - 304 Not Modified (0ms) Started GET "/assets/saphira/icons/32x32/file.png" for 127.0.0.1 at 2011-09-20 12:57:34 +0200 Served asset /saphira/icons/32x32/file.png - 304 Not Modified (0ms) Started GET "/admin/saphira/files" for 127.0.0.1 at 2011-09-20 12:57:35 +0200 Processing by Saphira::FileItemsController#index as HTML Saphira::FileItem Load (0.3ms) SELECT "saphira_file_items".* FROM "saphira_file_items" WHERE "saphira_file_items"."parent_id" IS NULL None of the functions registered with # were able to deal with the method call format(# were able to deal with the method call format(# were able to deal with the method call format(#