ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`  (0.2ms) BEGIN Processing by Commenteux::NotesController#create as HTML Parameters: {"parent_div"=>"parent_div", "comments"=>{"title"=>"Titre", "comment"=>"Commentaire"}, "resource"=>"dummy_model", "resource_id"=>"1"} Redirected to http://test.host/commenteux/dummy_model/1?parent_div=parent_div Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN Processing by Commenteux::NotesController#index as HTML Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN Processing by Commenteux::NotesController#index as JS Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.2ms) BEGIN Processing by Commenteux::NotesController#new as HTML Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) ROLLBACK  (0.1ms) BEGIN Processing by Commenteux::NotesController#new as JS Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.2ms) BEGIN  (0.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `dummy_models` (`created_at`, `id`, `text`, `updated_at`) VALUES ('2014-03-21 14:06:33', 1, 'blah', '2014-03-21 14:06:33') Started GET "/commenteux/dummy_model/1" for 127.0.0.1 at 2014-03-21 10:06:33 -0400 Processing by Commenteux::NotesController#index as HTML Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1 Comment Load (0.4ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC Rendered /Users/seurdge/projects/commenteux/app/views/commenteux/notes/index.html.erb within layouts/application (307.0ms) Completed 200 OK in 433ms (Views: 372.7ms | ActiveRecord: 2.6ms)  (2.2ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO `dummy_models` (`created_at`, `id`, `text`, `updated_at`) VALUES ('2014-03-21 14:06:34', 1, 'blah', '2014-03-21 14:06:34') Started GET "/commenteux/dummy_model/1" for 127.0.0.1 at 2014-03-21 10:06:34 -0400 Processing by Commenteux::NotesController#index as HTML Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} DummyModel Load (0.4ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1 Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC Rendered /Users/seurdge/projects/commenteux/app/views/commenteux/notes/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.7ms)  (0.5ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO `dummy_models` (`created_at`, `id`, `text`, `updated_at`) VALUES ('2014-03-21 14:06:34', 1, 'blah', '2014-03-21 14:06:34') Started GET "/commenteux/dummy_model/1/new" for 127.0.0.1 at 2014-03-21 10:06:34 -0400 Processing by Commenteux::NotesController#new as HTML Parameters: {"resource"=>"dummy_model", "resource_id"=>"1"} DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1 Rendered /Users/seurdge/projects/commenteux/app/views/commenteux/notes/new.html.erb within layouts/application (71.8ms) Completed 200 OK in 114ms (Views: 73.9ms | ActiveRecord: 0.8ms) Started POST "/commenteux/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-21 10:06:34 -0400 Processing by Commenteux::NotesController#create as HTML Parameters: {"utf8"=>"✓", "comments"=>{"title"=>"", "comment"=>"Ceci est un commentaire"}, "parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"} DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1 SQL (0.3ms) INSERT INTO `comments` (`comment`, `commentable_id`, `commentable_type`, `created_at`, `updated_at`) VALUES ('Ceci est un commentaire', 1, 'DummyModel', '2014-03-21 14:06:34', '2014-03-21 14:06:34') Redirected to http://www.example.com/commenteux/dummy_model/1?parent_div= Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/commenteux/dummy_model/1?parent_div=" for 127.0.0.1 at 2014-03-21 10:06:34 -0400 Processing by Commenteux::NotesController#index as HTML Parameters: {"parent_div"=>"", "resource"=>"dummy_model", "resource_id"=>"1"} DummyModel Load (0.3ms) SELECT `dummy_models`.* FROM `dummy_models` WHERE `dummy_models`.`id` = 1 LIMIT 1 Comment Load (0.3ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 AND `comments`.`commentable_type` = 'DummyModel' ORDER BY created_at ASC Rendered /Users/seurdge/projects/commenteux/app/views/commenteux/notes/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.6ms) Comment Load (0.5ms) SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = 1 ORDER BY created_at ASC LIMIT 1  (1.2ms) ROLLBACK