test/dummy/log/development.log in mysql_simple_fulltext-0.0.1 vs test/dummy/log/development.log in mysql_simple_fulltext-0.0.2

- old
+ new

@@ -2654,5 +2654,112 @@ Fixture Insert (3.1ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Lorem ipsum', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consectetur enim eget velit vestibulum aliquam. In ac dui sapien. Aliquam elit ante, cursus et laoreet vel, ultrices vel libero. Aenean vehicula viverra ullamcorper. Mauris sit amet velit non orci ullamcorper bibendum eu at nisl. Suspendisse sed bibendum risus. Vestibulum odio magna, ullamcorper vel facilisis ac, porttitor vitae velit. In eu erat turpis. Mauris mattis iaculis pellentesque.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 498629140) Fixture Insert (3.5ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Phasellus eget eros tortor', 'Phasellus eget eros tortor. Duis tincidunt dui vel felis pulvinar sit amet tempor dolor sodales. Duis ut tempus lectus. Aliquam erat volutpat. Mauris ultricies sapien vel ligula consectetur quis porta metus vulputate. Mauris mauris elit, mattis sit amet ultrices sit amet, tempor eget ipsum. Donec elementum magna quis quam placerat venenatis. Phasellus pellentesque justo sit amet eros auctor posuere. Donec tincidunt eros feugiat velit luctus vehicula.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 717179523) Fixture Insert (3.8ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Pellentesque consequat', 'Pellentesque consequat ipsum et turpis placerat non molestie arcu consequat. Maecenas non iaculis tellus. Aenean ac urna sit amet urna blandit malesuada. Duis placerat faucibus metus quis tristique. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent condimentum, augue sit amet rutrum feugiat, nunc risus vehicula felis, id hendrerit tortor justo at ligula. Ut tempus lorem ac urna vehicula blandit. Nullam tincidunt magna non massa ullamcorper hendrerit.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 973100822)  (0.5ms) COMMIT  (0.3ms) SET FOREIGN_KEY_CHECKS = 1 + + +Started GET "/" for 127.0.0.1 at 2012-03-01 21:49:36 +0100 +Processing by PostsController#index as HTML + Post Load (189.6ms) SELECT *, MATCH (title,content) AGAINST (NULL) AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST (NULL) ORDER BY fulltext_score ASC + Rendered posts/index.html.erb within layouts/application (60.9ms) +Completed 200 OK in 892ms (Views: 404.7ms | ActiveRecord: 189.6ms) + + +Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /posts.css - 304 Not Modified (6ms) + + +Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /scaffold.css - 304 Not Modified (26ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (21ms) + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /application.js - 304 Not Modified (33ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /application.css - 304 Not Modified (34ms) + + +Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /posts.js - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100 +Served asset /jquery.js - 304 Not Modified (26ms) + + +Started GET "/posts?utf8=%E2%9C%93&search=ofze" for 127.0.0.1 at 2012-03-01 21:49:42 +0100 +Processing by PostsController#index as HTML + Parameters: {"utf8"=>"✓", "search"=>"ofze"} + Post Load (213.9ms) SELECT *, MATCH (title,content) AGAINST ('ofze') AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST ('ofze') ORDER BY fulltext_score ASC + Rendered posts/index.html.erb within layouts/application (61.7ms) +Completed 200 OK in 308ms (Views: 90.8ms | ActiveRecord: 213.9ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /application.css - 304 Not Modified (3ms) + + +Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /posts.css - 304 Not Modified (1ms) + + +Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /scaffold.css - 304 Not Modified (15ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /jquery.js - 304 Not Modified (3ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (1ms) + + +Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /posts.js - 304 Not Modified (0ms) + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100 +Served asset /application.js - 304 Not Modified (7ms) + + +Started GET "/posts?utf8=%E2%9C%93&search=ofzeefze" for 127.0.0.1 at 2012-03-01 21:49:46 +0100 +Processing by PostsController#index as HTML + Parameters: {"utf8"=>"✓", "search"=>"ofzeefze"} + Post Load (1.0ms) SELECT *, MATCH (title,content) AGAINST ('ofzeefze') AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST ('ofzeefze') ORDER BY fulltext_score ASC + Rendered posts/index.html.erb within layouts/application (5.7ms) +Completed 200 OK in 45ms (Views: 41.3ms | ActiveRecord: 1.0ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100 +Served asset /application.css - 304 Not Modified (2ms) + + +Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100 +Served asset /posts.css - 304 Not Modified (1ms) + + +Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100 +Served asset /scaffold.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100 +Served asset /jquery.js - 304 Not Modified (9ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (1ms) + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100 +Served asset /application.js - 304 Not Modified (14ms) + + +Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100 +Served asset /posts.js - 304 Not Modified (0ms)