simple_search_filter 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (199) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simple_search_filter/filter.rb +35 -4
  3. data/lib/simple_search_filter/helpers/form_helper.rb +12 -1
  4. data/lib/simple_search_filter/version.rb +1 -1
  5. data/lib/simple_search_filter.rb +9 -1
  6. data/test/dummy/app/assets/stylesheets/application.css.scss +5 -0
  7. data/test/dummy/app/views/products/index.html.haml +2 -1
  8. data/test/dummy/config/initializers/simple_search_filter.rb +2 -0
  9. data/test/dummy/log/development.log +2074 -0
  10. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_alerts.scssc +0 -0
  11. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_background-variant.scssc +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_border-radius.scssc +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_buttons.scssc +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_center-block.scssc +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_clearfix.scssc +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_forms.scssc +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_gradients.scssc +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_grid-framework.scssc +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_grid.scssc +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_hide-text.scssc +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_image.scssc +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_labels.scssc +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_list-group.scssc +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_nav-divider.scssc +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_nav-vertical-align.scssc +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_opacity.scssc +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_pagination.scssc +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_panels.scssc +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_progress-bar.scssc +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_reset-filter.scssc +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_reset-text.scssc +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_resize.scssc +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_responsive-visibility.scssc +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_size.scssc +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_tab-focus.scssc +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_table-row.scssc +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_text-emphasis.scssc +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_text-overflow.scssc +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sass/0d400c9ff4aa68c7ba151710181320958084c27c/_vendor-prefixes.scssc +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sass/18577b7353d72dbc7e81d46af07240af8557f987/_hacks.scssc +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sass/255a203cf5ecbb5470dfd267d6d4b923c8f1e5f0/_css3.scssc +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sass/255a203cf5ecbb5470dfd267d6d4b923c8f1e5f0/_support.scssc +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_alerts.scssc +0 -0
  44. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_badges.scssc +0 -0
  45. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_breadcrumbs.scssc +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_button-groups.scssc +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_buttons.scssc +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_carousel.scssc +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_close.scssc +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_code.scssc +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_component-animations.scssc +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_dropdowns.scssc +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_forms.scssc +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_glyphicons.scssc +0 -0
  55. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_grid.scssc +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_input-groups.scssc +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_jumbotron.scssc +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_labels.scssc +0 -0
  59. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_list-group.scssc +0 -0
  60. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_media.scssc +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_mixins.scssc +0 -0
  62. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_modals.scssc +0 -0
  63. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_navbar.scssc +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_navs.scssc +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_normalize.scssc +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_pager.scssc +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_pagination.scssc +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_panels.scssc +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_popovers.scssc +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_print.scssc +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_progress-bars.scssc +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_responsive-embed.scssc +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_responsive-utilities.scssc +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_scaffolding.scssc +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_tables.scssc +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_thumbnails.scssc +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_tooltip.scssc +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_type.scssc +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_utilities.scssc +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_variables.scssc +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sass/90cff13119bce4b66f9b1a3d7698a54547f3a4f2/_wells.scssc +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_appearance.scssc +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_background-clip.scssc +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_background-origin.scssc +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_background-size.scssc +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_border-radius.scssc +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_box-shadow.scssc +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_box-sizing.scssc +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_box.scssc +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_columns.scssc +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_filter.scssc +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_font-face.scssc +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_hyphenation.scssc +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_images.scssc +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_inline-block.scssc +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_opacity.scssc +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_regions.scssc +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_shared.scssc +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_text-shadow.scssc +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_transform.scssc +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_transition.scssc +0 -0
  102. data/test/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_user-interface.scssc +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sass/effaa40dd2412022b8cb267792acd6dc619dc4aa/_bootstrap-sprockets.scssc +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sass/effaa40dd2412022b8cb267792acd6dc619dc4aa/_bootstrap.scssc +0 -0
  105. data/test/dummy/tmp/cache/assets/development/sass/f6179848709d0a3eacde3145d53635381bb3c6c3/application.css.scssc +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sass/fc41a79de5ec40d34c8a83221f3f3da2c64f4153/font-awesome.css.erbc +0 -0
  107. data/test/dummy/tmp/cache/assets/development/sprockets/0035c27dd4ba5c31a881ac9c416a097c +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sprockets/0303c7eb9e994c093249f850fca0b87c +0 -0
  109. data/test/dummy/tmp/cache/assets/development/sprockets/039c7a494e1c2f82da21c55436c38b98 +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sprockets/09d6b64560f5278a5bf7af865689fa58 +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sprockets/0e5142df581d51aea7b5e410b6c15631 +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sprockets/1428b29ee32ae4fa5ab81294ca8cf2f2 +0 -0
  113. data/test/dummy/tmp/cache/assets/development/sprockets/16e1f06ee4af7050808d890dbe4e4815 +0 -0
  114. data/test/dummy/tmp/cache/assets/development/sprockets/1b11d39463f6be756e0d2c956f4d57dd +0 -0
  115. data/test/dummy/tmp/cache/assets/development/sprockets/1c0ef71c34dc1d573e1b4b527116e3cc +0 -0
  116. data/test/dummy/tmp/cache/assets/development/sprockets/2397cadb264094f14e903ba8a8fbf48e +0 -0
  117. data/test/dummy/tmp/cache/assets/development/sprockets/2a913149bed5521b0ed88935c8472fa5 +0 -0
  118. data/test/dummy/tmp/cache/assets/development/sprockets/2cd4701f3ae40add22c8c6781fe92884 +0 -0
  119. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  120. data/test/dummy/tmp/cache/assets/development/sprockets/32348eeb4b341d09ae40e7538bfeca06 +0 -0
  121. data/test/dummy/tmp/cache/assets/development/sprockets/347be5d9ffa856d73cc09d01f1525a30 +0 -0
  122. data/test/dummy/tmp/cache/assets/development/sprockets/3609232c63574605e16991fc29a63daf +0 -0
  123. data/test/dummy/tmp/cache/assets/development/sprockets/3b357090e027cc7eb785c9030868ab38 +0 -0
  124. data/test/dummy/tmp/cache/assets/development/sprockets/43543b9b5f9398b50671549b5d509099 +0 -0
  125. data/test/dummy/tmp/cache/assets/development/sprockets/43d45614fa990de40536d1f99481436a +0 -0
  126. data/test/dummy/tmp/cache/assets/development/sprockets/43dc3e92cd09deb0fc54dd97b46935e9 +0 -0
  127. data/test/dummy/tmp/cache/assets/development/sprockets/473418a9c9be9586cb0d9574e2c467a7 +0 -0
  128. data/test/dummy/tmp/cache/assets/development/sprockets/4adc5a6c431fbcf69dbd23ef6d9c26f0 +0 -0
  129. data/test/dummy/tmp/cache/assets/development/sprockets/4d4c4970e6d2d03884fcb1c3e9bbd16a +0 -0
  130. data/test/dummy/tmp/cache/assets/development/sprockets/4e0f6ef3a98ee3dfc51ccce08aa245df +0 -0
  131. data/test/dummy/tmp/cache/assets/development/sprockets/51414d961d7016a3d36fc85f63d65a5d +0 -0
  132. data/test/dummy/tmp/cache/assets/development/sprockets/5559cb44ba853407ce03ed6a06c6b5db +0 -0
  133. data/test/dummy/tmp/cache/assets/development/sprockets/58c4e461ee179502f57499e7b6bbbbab +0 -0
  134. data/test/dummy/tmp/cache/assets/development/sprockets/58f05bd0d3aa9b795c1e3d6da9d6f1ae +0 -0
  135. data/test/dummy/tmp/cache/assets/development/sprockets/5f16c6f93fa1a48b20c221b8306e8dc5 +0 -0
  136. data/test/dummy/tmp/cache/assets/development/sprockets/6072ba4d1dd1f2db746ec6c91edcc5b8 +0 -0
  137. data/test/dummy/tmp/cache/assets/development/sprockets/61dca1a15ac9dfca2738e38300a6145e +0 -0
  138. data/test/dummy/tmp/cache/assets/development/sprockets/66aff034b832a252f2657dd6d0f46553 +0 -0
  139. data/test/dummy/tmp/cache/assets/development/sprockets/6789fe765d536063c998330523bb12b9 +0 -0
  140. data/test/dummy/tmp/cache/assets/development/sprockets/6b8141118e6928509a4b5e799f3d1399 +0 -0
  141. data/test/dummy/tmp/cache/assets/development/sprockets/6c7c58744c14732af9bf574870fdf07e +0 -0
  142. data/test/dummy/tmp/cache/assets/development/sprockets/6e3d857f3b17f8f1ce0433dafcd1c255 +0 -0
  143. data/test/dummy/tmp/cache/assets/development/sprockets/6e431ed1dfb5bbcbd33a5f9e069dd3ab +0 -0
  144. data/test/dummy/tmp/cache/assets/development/sprockets/6fef4bfc4d604f9850e53ebfc491e365 +0 -0
  145. data/test/dummy/tmp/cache/assets/development/sprockets/731db8c65aa6be14a19b990167ca1bc2 +0 -0
  146. data/test/dummy/tmp/cache/assets/development/sprockets/74bcbd48acf371d5481027e2158bf3af +0 -0
  147. data/test/dummy/tmp/cache/assets/development/sprockets/76fced703f955fa44b72b954f79a3806 +0 -0
  148. data/test/dummy/tmp/cache/assets/development/sprockets/787c216a34d9e439fe4b0e45928d61ba +0 -0
  149. data/test/dummy/tmp/cache/assets/development/sprockets/821470da3272c8b99070972d4f4f58ca +0 -0
  150. data/test/dummy/tmp/cache/assets/development/sprockets/89ab0cfae0a143f2ed740296f07c9c05 +0 -0
  151. data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
  152. data/test/dummy/tmp/cache/assets/development/sprockets/8b14a3ed8117690a0f3e78127b437255 +0 -0
  153. data/test/dummy/tmp/cache/assets/development/sprockets/8d71fe4f0e2910900097bdc07bf2d6af +0 -0
  154. data/test/dummy/tmp/cache/assets/development/sprockets/8d739603bdcccc514ad540a715617047 +0 -0
  155. data/test/dummy/tmp/cache/assets/development/sprockets/8dca2aabb23f0c0287779a5d59885947 +0 -0
  156. data/test/dummy/tmp/cache/assets/development/sprockets/8e1785ddbfab42cd2df0416eb3932253 +0 -0
  157. data/test/dummy/tmp/cache/assets/development/sprockets/928ed298f875a25727ca516f5c03f344 +0 -0
  158. data/test/dummy/tmp/cache/assets/development/sprockets/95b016340eb8584222ea1e3cf0596579 +0 -0
  159. data/test/dummy/tmp/cache/assets/development/sprockets/9707dc911b394b98aac84be90fa33238 +0 -0
  160. data/test/dummy/tmp/cache/assets/development/sprockets/973e7aeed12e71507c41b0997f42a9b3 +0 -0
  161. data/test/dummy/tmp/cache/assets/development/sprockets/9777c08fb7f8c0d4ce39e64f209a5b3a +0 -0
  162. data/test/dummy/tmp/cache/assets/development/sprockets/991576185140a77411185839fd0533f1 +0 -0
  163. data/test/dummy/tmp/cache/assets/development/sprockets/a0a9e218e7ae9c7a8646f9ad466b9604 +0 -0
  164. data/test/dummy/tmp/cache/assets/development/sprockets/a34650bdc4f3f98fcbe7aceff5b19aa5 +0 -0
  165. data/test/dummy/tmp/cache/assets/development/sprockets/a3faca31eb11ba1a981535f9c8408282 +0 -0
  166. data/test/dummy/tmp/cache/assets/development/sprockets/a4020864b373ce0274cd9e1a131e9a9b +0 -0
  167. data/test/dummy/tmp/cache/assets/development/sprockets/a715b4b66d275a2b202ed3de369e4bb0 +0 -0
  168. data/test/dummy/tmp/cache/assets/development/sprockets/a734f512328daa6942ab8ab80583de5f +0 -0
  169. data/test/dummy/tmp/cache/assets/development/sprockets/a91d9632a615806d6edb920fc4f9088d +0 -0
  170. data/test/dummy/tmp/cache/assets/development/sprockets/ad76f50ea86e53683455d476e482c5bf +0 -0
  171. data/test/dummy/tmp/cache/assets/development/sprockets/b3defd466aec80b128284b8d85324630 +0 -0
  172. data/test/dummy/tmp/cache/assets/development/sprockets/b4f8d9de986c3d19c24ca7daf25d0f08 +0 -0
  173. data/test/dummy/tmp/cache/assets/development/sprockets/b66c5655c65f4589793d022d245f9d80 +0 -0
  174. data/test/dummy/tmp/cache/assets/development/sprockets/bcabc2af1a7ff2be810d19c52afb826f +0 -0
  175. data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
  176. data/test/dummy/tmp/cache/assets/development/sprockets/bf351c8c7e883173edbc50cc0ab12f0a +0 -0
  177. data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
  178. data/test/dummy/tmp/cache/assets/development/sprockets/c16884b03bd22feb6e60623784970f34 +0 -0
  179. data/test/dummy/tmp/cache/assets/development/sprockets/c5f3450b5366b6fbdc4172ce089fba48 +0 -0
  180. data/test/dummy/tmp/cache/assets/development/sprockets/c70abdcbbcc96ac78d05fddb44cd2d31 +0 -0
  181. data/test/dummy/tmp/cache/assets/development/sprockets/cf24c3f1bb8adb1f168758f2bd9775c9 +0 -0
  182. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  183. data/test/dummy/tmp/cache/assets/development/sprockets/d5e5a467a14cc609c93ec78929333e45 +0 -0
  184. data/test/dummy/tmp/cache/assets/development/sprockets/d8dab59d17daf5a5081153e2ad7d09b4 +0 -0
  185. data/test/dummy/tmp/cache/assets/development/sprockets/ddd658f1084056707f7096210f89757c +0 -0
  186. data/test/dummy/tmp/cache/assets/development/sprockets/e19af87738803a35c9e07fa11c44539f +0 -0
  187. data/test/dummy/tmp/cache/assets/development/sprockets/e24d5e916c8e0d23a5db2cb8b2e8004b +0 -0
  188. data/test/dummy/tmp/cache/assets/development/sprockets/f5fc0a2d52523768fdf8bee4ba5b8ba3 +0 -0
  189. data/test/dummy/tmp/cache/assets/development/sprockets/f6ee88f25864e8a11958efa6113a6467 +0 -0
  190. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  191. data/test/dummy/tmp/cache/assets/development/sprockets/f8ff6230acc36b7e8d42c8addf579131 +0 -0
  192. data/test/dummy/tmp/cache/assets/development/sprockets/fab840c58beed91626df08319dffa566 +0 -0
  193. data/test/dummy/tmp/cache/assets/development/sprockets/ffddc3dbd5ff4820b48d1ccb01f7131a +0 -0
  194. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/1vOgQMd4bNCJLq67G1L-61DV9MdwTUYWBmIyvaXX5jE.cache +1 -0
  195. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/FkWG4-_OkskBXQEKYzRsuqoasKtj_AiAr76tao8nfq0.cache +0 -0
  196. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/i6QFem4Nb9WluHzajE9jKjTHiPNtsbrzCsnOIR9S9V4.cache +0 -0
  197. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/k6wkl-ERZkkNzmMN69BVpU7SMGBataSIlteODr87mLQ.cache +1 -0
  198. data/test/dummy/tmp/pids/server.pid +1 -1
  199. metadata +378 -2
@@ -17272,3 +17272,2077 @@ Processing by ProductsController#index as HTML
17272
17272
   (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17273
17273
  Rendered products/index.html.haml within layouts/application (360.0ms)
17274
17274
  Completed 200 OK in 1322ms (Views: 1307.1ms | ActiveRecord: 1.0ms)
17275
+
17276
+
17277
+ Started GET "/" for 127.0.0.1 at 2015-06-30 23:18:14 +0300
17278
+ Processing by HomeController#index as HTML
17279
+ Rendered home/index.html.haml within layouts/application (10.0ms)
17280
+ Completed 200 OK in 876ms (Views: 875.1ms | ActiveRecord: 0.0ms)
17281
+
17282
+
17283
+ Started GET "/" for 127.0.0.1 at 2015-07-01 23:40:47 +0300
17284
+ ActiveRecord::SchemaMigration Load (10.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17285
+ Processing by HomeController#index as HTML
17286
+ Rendered home/index.html.haml within layouts/application (33.0ms)
17287
+ Completed 200 OK in 2774ms (Views: 2772.2ms | ActiveRecord: 0.0ms)
17288
+
17289
+
17290
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:40:59 +0300
17291
+ Processing by ProductsController#index as HTML
17292
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (301.0ms)
17293
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (317.0ms)
17294
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17295
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17296
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17297
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17298
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17299
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (76.0ms)
17300
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (83.0ms)
17301
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (50.0ms)
17302
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (56.0ms)
17303
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (20.0ms)
17304
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17305
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (557.0ms)
17306
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
17307
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (14.0ms)
17308
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (900.1ms)
17309
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (924.1ms)
17310
+ Product Load (2.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
17311
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
17312
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17313
+ Rendered products/index.html.haml within layouts/application (1398.1ms)
17314
+ Completed 200 OK in 2282ms (Views: 2082.1ms | ActiveRecord: 63.0ms)
17315
+
17316
+
17317
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-07-01 23:41:06 +0300
17318
+ Processing by ProductsController#index as HTML
17319
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
17320
+ Redirected to http://localhost:3000/products
17321
+ Filter chain halted as :init_search_filter_index rendered or redirected
17322
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
17323
+
17324
+
17325
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:41:06 +0300
17326
+ Processing by ProductsController#index as HTML
17327
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
17328
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17329
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (14.0ms)
17330
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
17331
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
17332
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
17333
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17334
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
17335
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17336
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
17337
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17338
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
17339
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17340
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (151.0ms)
17341
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17342
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
17343
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (167.0ms)
17344
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (172.0ms)
17345
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17346
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17347
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17348
+ Rendered products/index.html.haml within layouts/application (250.0ms)
17349
+ Completed 200 OK in 993ms (Views: 981.1ms | ActiveRecord: 2.0ms)
17350
+
17351
+
17352
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:41:27 +0300
17353
+ Processing by ProductsController#index as HTML
17354
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
17355
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
17356
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17357
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
17358
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
17359
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
17360
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17361
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
17362
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17363
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
17364
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17365
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
17366
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17367
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (154.0ms)
17368
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17369
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
17370
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (170.0ms)
17371
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (174.0ms)
17372
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17373
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17374
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17375
+ Rendered products/index.html.haml within layouts/application (36620.1ms)
17376
+ Completed 200 OK in 37390ms (Views: 37380.1ms | ActiveRecord: 0.0ms)
17377
+
17378
+
17379
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17380
+
17381
+
17382
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17383
+
17384
+
17385
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17386
+
17387
+
17388
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17389
+
17390
+
17391
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17392
+
17393
+
17394
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17395
+
17396
+
17397
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:04 +0300
17398
+
17399
+
17400
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17401
+
17402
+
17403
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17404
+
17405
+
17406
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17407
+
17408
+
17409
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17410
+
17411
+
17412
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17413
+
17414
+
17415
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17416
+
17417
+
17418
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17419
+
17420
+
17421
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17422
+
17423
+
17424
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17425
+
17426
+
17427
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17428
+
17429
+
17430
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17431
+
17432
+
17433
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:05 +0300
17434
+
17435
+
17436
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:42:07 +0300
17437
+ Processing by ProductsController#index as HTML
17438
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17439
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17440
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17441
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17442
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17443
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
17444
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17445
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (18.0ms)
17446
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17447
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
17448
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17449
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
17450
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17451
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (147.0ms)
17452
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17453
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
17454
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (163.0ms)
17455
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (167.0ms)
17456
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17457
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17458
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17459
+ Rendered products/index.html.haml within layouts/application (27645.6ms)
17460
+ Completed 200 OK in 28452ms (Views: 28432.6ms | ActiveRecord: 2.0ms)
17461
+
17462
+
17463
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17464
+
17465
+
17466
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17467
+
17468
+
17469
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17470
+
17471
+
17472
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17473
+
17474
+
17475
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17476
+
17477
+
17478
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17479
+
17480
+
17481
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17482
+
17483
+
17484
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17485
+
17486
+
17487
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17488
+
17489
+
17490
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17491
+
17492
+
17493
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17494
+
17495
+
17496
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17497
+
17498
+
17499
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17500
+
17501
+
17502
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17503
+
17504
+
17505
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17506
+
17507
+
17508
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17509
+
17510
+
17511
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17512
+
17513
+
17514
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17515
+
17516
+
17517
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:42:36 +0300
17518
+
17519
+
17520
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:44:12 +0300
17521
+ Processing by ProductsController#index as HTML
17522
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17523
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17524
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
17525
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17526
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
17527
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17528
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
17529
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
17530
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17531
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
17532
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
17533
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
17534
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17535
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (160.0ms)
17536
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17537
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
17538
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (175.0ms)
17539
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (180.0ms)
17540
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17541
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17542
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17543
+ Rendered products/index.html.haml within layouts/application (248.0ms)
17544
+ Completed 200 OK in 1051ms (Views: 1041.1ms | ActiveRecord: 1.0ms)
17545
+
17546
+
17547
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17548
+
17549
+
17550
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17551
+
17552
+
17553
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17554
+
17555
+
17556
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17557
+
17558
+
17559
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17560
+
17561
+
17562
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17563
+
17564
+
17565
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17566
+
17567
+
17568
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17569
+
17570
+
17571
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17572
+
17573
+
17574
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:13 +0300
17575
+
17576
+
17577
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17578
+
17579
+
17580
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17581
+
17582
+
17583
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17584
+
17585
+
17586
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17587
+
17588
+
17589
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17590
+
17591
+
17592
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17593
+
17594
+
17595
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17596
+
17597
+
17598
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17599
+
17600
+
17601
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:14 +0300
17602
+
17603
+
17604
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:44:16 +0300
17605
+ Processing by ProductsController#index as HTML
17606
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17607
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17608
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17609
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17610
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
17611
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
17612
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17613
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (18.0ms)
17614
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17615
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
17616
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17617
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
17618
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17619
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (159.0ms)
17620
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17621
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17622
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (177.0ms)
17623
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (181.0ms)
17624
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17625
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17626
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17627
+ Rendered products/index.html.haml within layouts/application (9959.6ms)
17628
+ Completed 200 OK in 10707ms (Views: 10695.6ms | ActiveRecord: 1.0ms)
17629
+
17630
+
17631
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17632
+
17633
+
17634
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17635
+
17636
+
17637
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17638
+
17639
+
17640
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17641
+
17642
+
17643
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17644
+
17645
+
17646
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17647
+
17648
+
17649
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17650
+
17651
+
17652
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17653
+
17654
+
17655
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17656
+
17657
+
17658
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17659
+
17660
+
17661
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17662
+
17663
+
17664
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17665
+
17666
+
17667
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17668
+
17669
+
17670
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17671
+
17672
+
17673
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17674
+
17675
+
17676
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17677
+
17678
+
17679
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17680
+
17681
+
17682
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:27 +0300
17683
+
17684
+
17685
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:44:28 +0300
17686
+
17687
+
17688
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:44:48 +0300
17689
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17690
+ Processing by ProductsController#index as HTML
17691
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (87.0ms)
17692
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (100.0ms)
17693
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
17694
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17695
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
17696
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17697
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17698
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (28.0ms)
17699
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
17700
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (31.0ms)
17701
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
17702
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (16.0ms)
17703
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
17704
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (273.0ms)
17705
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
17706
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
17707
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (362.0ms)
17708
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (375.0ms)
17709
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17710
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17711
+  (2.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17712
+ Rendered products/index.html.haml within layouts/application (37657.2ms)
17713
+ Completed 200 OK in 39170ms (Views: 39100.2ms | ActiveRecord: 21.0ms)
17714
+
17715
+
17716
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17717
+
17718
+
17719
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17720
+
17721
+
17722
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17723
+
17724
+
17725
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17726
+
17727
+
17728
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17729
+
17730
+
17731
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:27 +0300
17732
+
17733
+
17734
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17735
+
17736
+
17737
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17738
+
17739
+
17740
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17741
+
17742
+
17743
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17744
+
17745
+
17746
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17747
+
17748
+
17749
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17750
+
17751
+
17752
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17753
+
17754
+
17755
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17756
+
17757
+
17758
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17759
+
17760
+
17761
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17762
+
17763
+
17764
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17765
+
17766
+
17767
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17768
+
17769
+
17770
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:45:28 +0300
17771
+
17772
+
17773
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:47:17 +0300
17774
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17775
+ Processing by ProductsController#index as HTML
17776
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (89.0ms)
17777
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (101.0ms)
17778
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17779
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17780
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
17781
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17782
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17783
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (29.0ms)
17784
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
17785
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (30.0ms)
17786
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
17787
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (22.0ms)
17788
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17789
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (277.0ms)
17790
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
17791
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
17792
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (359.0ms)
17793
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (378.0ms)
17794
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17795
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17796
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17797
+ Rendered products/index.html.haml within layouts/application (10853.6ms)
17798
+ Completed 200 OK in 12379ms (Views: 12147.7ms | ActiveRecord: 188.0ms)
17799
+
17800
+
17801
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17802
+
17803
+
17804
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17805
+
17806
+
17807
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17808
+
17809
+
17810
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17811
+
17812
+
17813
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17814
+
17815
+
17816
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17817
+
17818
+
17819
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17820
+
17821
+
17822
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17823
+
17824
+
17825
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17826
+
17827
+
17828
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:30 +0300
17829
+
17830
+
17831
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17832
+
17833
+
17834
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17835
+
17836
+
17837
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17838
+
17839
+
17840
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17841
+
17842
+
17843
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17844
+
17845
+
17846
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17847
+
17848
+
17849
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17850
+
17851
+
17852
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17853
+
17854
+
17855
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:31 +0300
17856
+
17857
+
17858
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:47:45 +0300
17859
+ Processing by ProductsController#index as HTML
17860
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (29.0ms)
17861
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
17862
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
17863
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17864
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
17865
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17866
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17867
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (26.0ms)
17868
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
17869
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (27.0ms)
17870
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
17871
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (11.0ms)
17872
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
17873
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (191.0ms)
17874
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17875
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
17876
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (214.0ms)
17877
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (218.0ms)
17878
+ Product Load (10.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17879
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17880
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17881
+ Rendered products/index.html.haml within layouts/application (312.0ms)
17882
+ Completed 200 OK in 1403ms (Views: 1380.1ms | ActiveRecord: 11.0ms)
17883
+
17884
+
17885
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17886
+
17887
+
17888
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17889
+
17890
+
17891
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17892
+
17893
+
17894
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17895
+
17896
+
17897
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17898
+
17899
+
17900
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17901
+
17902
+
17903
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17904
+
17905
+
17906
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17907
+
17908
+
17909
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17910
+
17911
+
17912
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:46 +0300
17913
+
17914
+
17915
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17916
+
17917
+
17918
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17919
+
17920
+
17921
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17922
+
17923
+
17924
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17925
+
17926
+
17927
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17928
+
17929
+
17930
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17931
+
17932
+
17933
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17934
+
17935
+
17936
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17937
+
17938
+
17939
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:47:47 +0300
17940
+
17941
+
17942
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:48:20 +0300
17943
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17944
+ Processing by ProductsController#index as HTML
17945
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (88.0ms)
17946
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (99.0ms)
17947
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
17948
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17949
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
17950
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
17951
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17952
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (28.0ms)
17953
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
17954
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (30.0ms)
17955
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
17956
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (21.0ms)
17957
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
17958
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (272.0ms)
17959
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (3.0ms)
17960
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (11.0ms)
17961
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (356.0ms)
17962
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (368.0ms)
17963
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17964
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17965
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17966
+ Rendered products/index.html.haml within layouts/application (578.0ms)
17967
+ Completed 200 OK in 2071ms (Views: 2014.1ms | ActiveRecord: 15.0ms)
17968
+
17969
+
17970
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17971
+
17972
+
17973
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17974
+
17975
+
17976
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17977
+
17978
+
17979
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17980
+
17981
+
17982
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17983
+
17984
+
17985
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17986
+
17987
+
17988
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17989
+
17990
+
17991
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17992
+
17993
+
17994
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17995
+
17996
+
17997
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
17998
+
17999
+
18000
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18001
+
18002
+
18003
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18004
+
18005
+
18006
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18007
+
18008
+
18009
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18010
+
18011
+
18012
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18013
+
18014
+
18015
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18016
+
18017
+
18018
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18019
+
18020
+
18021
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18022
+
18023
+
18024
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:23 +0300
18025
+
18026
+
18027
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:48:32 +0300
18028
+ Processing by ProductsController#index as HTML
18029
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
18030
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18031
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
18032
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
18033
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
18034
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
18035
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
18036
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
18037
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18038
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
18039
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18040
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18041
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18042
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (145.0ms)
18043
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18044
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18045
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (168.0ms)
18046
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (173.0ms)
18047
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18048
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18049
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18050
+ Rendered products/index.html.haml within layouts/application (252.0ms)
18051
+ Completed 200 OK in 987ms (Views: 975.1ms | ActiveRecord: 2.0ms)
18052
+
18053
+
18054
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:33 +0300
18055
+
18056
+
18057
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:33 +0300
18058
+
18059
+
18060
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:33 +0300
18061
+
18062
+
18063
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18064
+
18065
+
18066
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18067
+
18068
+
18069
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18070
+
18071
+
18072
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18073
+
18074
+
18075
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18076
+
18077
+
18078
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18079
+
18080
+
18081
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18082
+
18083
+
18084
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18085
+
18086
+
18087
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18088
+
18089
+
18090
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18091
+
18092
+
18093
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18094
+
18095
+
18096
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18097
+
18098
+
18099
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18100
+
18101
+
18102
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18103
+
18104
+
18105
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18106
+
18107
+
18108
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:48:34 +0300
18109
+
18110
+
18111
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:49:11 +0300
18112
+ Processing by ProductsController#index as HTML
18113
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
18114
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18115
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
18116
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
18117
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18118
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18119
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
18120
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18121
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18122
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
18123
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18124
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18125
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18126
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (157.0ms)
18127
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18128
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18129
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (173.0ms)
18130
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (177.0ms)
18131
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18132
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18133
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18134
+ Rendered products/index.html.haml within layouts/application (267.0ms)
18135
+ Completed 200 OK in 1034ms (Views: 1024.1ms | ActiveRecord: 1.0ms)
18136
+
18137
+
18138
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18139
+
18140
+
18141
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18142
+
18143
+
18144
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18145
+
18146
+
18147
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18148
+
18149
+
18150
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18151
+
18152
+
18153
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18154
+
18155
+
18156
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18157
+
18158
+
18159
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18160
+
18161
+
18162
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18163
+
18164
+
18165
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18166
+
18167
+
18168
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18169
+
18170
+
18171
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18172
+
18173
+
18174
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18175
+
18176
+
18177
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:12 +0300
18178
+
18179
+
18180
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:13 +0300
18181
+
18182
+
18183
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:13 +0300
18184
+
18185
+
18186
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:13 +0300
18187
+
18188
+
18189
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:13 +0300
18190
+
18191
+
18192
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:13 +0300
18193
+
18194
+
18195
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:49:18 +0300
18196
+ Processing by ProductsController#index as HTML
18197
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (33.0ms)
18198
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
18199
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18200
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
18201
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
18202
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18203
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18204
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18205
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18206
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (22.0ms)
18207
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
18208
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
18209
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18210
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (171.0ms)
18211
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18212
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18213
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (191.0ms)
18214
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (195.0ms)
18215
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18216
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18217
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18218
+ Rendered products/index.html.haml within layouts/application (296.0ms)
18219
+ Completed 200 OK in 1091ms (Views: 1079.1ms | ActiveRecord: 2.0ms)
18220
+
18221
+
18222
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18223
+
18224
+
18225
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18226
+
18227
+
18228
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18229
+
18230
+
18231
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18232
+
18233
+
18234
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18235
+
18236
+
18237
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18238
+
18239
+
18240
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18241
+
18242
+
18243
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18244
+
18245
+
18246
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18247
+
18248
+
18249
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18250
+
18251
+
18252
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18253
+
18254
+
18255
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18256
+
18257
+
18258
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18259
+
18260
+
18261
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18262
+
18263
+
18264
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18265
+
18266
+
18267
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18268
+
18269
+
18270
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18271
+
18272
+
18273
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18274
+
18275
+
18276
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-07-01 23:49:20 +0300
18277
+
18278
+
18279
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:49:47 +0300
18280
+ Processing by ProductsController#index as HTML
18281
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
18282
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18283
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18284
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18285
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18286
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18287
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18288
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
18289
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18290
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
18291
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
18292
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
18293
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18294
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (157.0ms)
18295
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18296
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18297
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (173.0ms)
18298
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (177.0ms)
18299
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18300
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18301
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18302
+ Rendered products/index.html.haml within layouts/application (247.0ms)
18303
+ Completed 500 Internal Server Error in 367ms (ActiveRecord: 1.0ms)
18304
+
18305
+ ActionView::Template::Error (File to import not found or unreadable: font-awesome.
18306
+ Load paths:
18307
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/images
18308
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/javascripts
18309
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/stylesheets
18310
+ W:/myrails/mygems/simple_search_filter/app/assets/javascripts
18311
+ W:/myrails/mygems/simple_search_filter/app/assets/stylesheets
18312
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap3_autocomplete_input-0.1.3/lib/assets/javascripts
18313
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/fonts
18314
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/stylesheets
18315
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/jquery-rails-4.0.3/vendor/assets/javascripts
18316
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/coffee-rails-4.1.0/lib/assets/javascripts
18317
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets
18318
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/javascripts
18319
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/fonts
18320
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/images
18321
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets):
18322
+ 2: <html>
18323
+ 3: <head>
18324
+ 4: <title>Dummy</title>
18325
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
18326
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
18327
+ 7: <%= csrf_meta_tags %>
18328
+ 8: </head>
18329
+ app/assets/stylesheets/application.css.scss:18
18330
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1057990038_56364264'
18331
+
18332
+
18333
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
18334
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (69.0ms)
18335
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.0ms)
18336
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (173.0ms)
18337
+
18338
+
18339
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:51:05 +0300
18340
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18341
+ Processing by ProductsController#index as HTML
18342
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (87.0ms)
18343
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (100.0ms)
18344
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18345
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18346
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18347
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
18348
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18349
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (28.0ms)
18350
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
18351
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (30.0ms)
18352
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
18353
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (22.0ms)
18354
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
18355
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (273.0ms)
18356
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
18357
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
18358
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (361.0ms)
18359
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (373.0ms)
18360
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18361
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18362
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18363
+ Rendered products/index.html.haml within layouts/application (582.0ms)
18364
+ Completed 500 Internal Server Error in 1307ms (ActiveRecord: 19.0ms)
18365
+
18366
+ ActionView::Template::Error (File to import not found or unreadable: font-awesome.
18367
+ Load paths:
18368
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/images
18369
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/javascripts
18370
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/stylesheets
18371
+ W:/myrails/mygems/simple_search_filter/app/assets/javascripts
18372
+ W:/myrails/mygems/simple_search_filter/app/assets/stylesheets
18373
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap3_autocomplete_input-0.1.3/lib/assets/javascripts
18374
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/fonts
18375
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/stylesheets
18376
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/jquery-rails-4.0.3/vendor/assets/javascripts
18377
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/coffee-rails-4.1.0/lib/assets/javascripts
18378
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets
18379
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/javascripts
18380
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/fonts
18381
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/images
18382
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets):
18383
+ 2: <html>
18384
+ 3: <head>
18385
+ 4: <title>Dummy</title>
18386
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
18387
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
18388
+ 7: <%= csrf_meta_tags %>
18389
+ 8: </head>
18390
+ app/assets/stylesheets/application.css.scss:18
18391
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__824074140_56557704'
18392
+
18393
+
18394
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
18395
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (53.0ms)
18396
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
18397
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (87.0ms)
18398
+
18399
+
18400
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:51:48 +0300
18401
+ Processing by ProductsController#index as HTML
18402
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
18403
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18404
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18405
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18406
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18407
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
18408
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
18409
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
18410
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18411
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (20.0ms)
18412
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18413
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18414
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18415
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (155.0ms)
18416
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18417
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18418
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (172.0ms)
18419
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (176.0ms)
18420
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18421
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18422
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18423
+ Rendered products/index.html.haml within layouts/application (259.0ms)
18424
+ Completed 500 Internal Server Error in 333ms (ActiveRecord: 3.0ms)
18425
+
18426
+ ActionView::Template::Error (File to import not found or unreadable: compass/css3.
18427
+ Load paths:
18428
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/images
18429
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/javascripts
18430
+ W:/myrails/mygems/simple_search_filter/test/dummy/app/assets/stylesheets
18431
+ W:/myrails/mygems/simple_search_filter/app/assets/javascripts
18432
+ W:/myrails/mygems/simple_search_filter/app/assets/stylesheets
18433
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap3_autocomplete_input-0.1.3/lib/assets/javascripts
18434
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/fonts
18435
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/font-awesome-rails-4.3.0.0/app/assets/stylesheets
18436
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/jquery-rails-4.0.3/vendor/assets/javascripts
18437
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/coffee-rails-4.1.0/lib/assets/javascripts
18438
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets
18439
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/javascripts
18440
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/fonts
18441
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/images
18442
+ D:/Ruby215/lib/ruby/gems/2.1.0/gems/bootstrap-sass-3.3.4.1/assets/stylesheets):
18443
+ 2: <html>
18444
+ 3: <head>
18445
+ 4: <title>Dummy</title>
18446
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
18447
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
18448
+ 7: <%= csrf_meta_tags %>
18449
+ 8: </head>
18450
+ app/assets/stylesheets/application.css.scss:19
18451
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__824074140_56557704'
18452
+
18453
+
18454
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
18455
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (55.0ms)
18456
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
18457
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (91.0ms)
18458
+
18459
+
18460
+ Started GET "/products" for 127.0.0.1 at 2015-07-01 23:55:46 +0300
18461
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18462
+ Processing by ProductsController#index as HTML
18463
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (92.0ms)
18464
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (104.0ms)
18465
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18466
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18467
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18468
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18469
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
18470
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (29.0ms)
18471
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (39.0ms)
18472
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (31.0ms)
18473
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
18474
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (17.0ms)
18475
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18476
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (274.0ms)
18477
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
18478
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (18.0ms)
18479
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (370.0ms)
18480
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (382.0ms)
18481
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18482
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18483
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18484
+ Rendered products/index.html.haml within layouts/application (582.0ms)
18485
+ Completed 200 OK in 54356ms (Views: 54290.1ms | ActiveRecord: 21.0ms)
18486
+
18487
+
18488
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18489
+
18490
+
18491
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18492
+
18493
+
18494
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18495
+
18496
+
18497
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18498
+
18499
+
18500
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18501
+
18502
+
18503
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18504
+
18505
+
18506
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18507
+
18508
+
18509
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:41 +0300
18510
+
18511
+
18512
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18513
+
18514
+
18515
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18516
+
18517
+
18518
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18519
+
18520
+
18521
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18522
+
18523
+
18524
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18525
+
18526
+
18527
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18528
+
18529
+
18530
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18531
+
18532
+
18533
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18534
+
18535
+
18536
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18537
+
18538
+
18539
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18540
+
18541
+
18542
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18543
+
18544
+
18545
+ Started GET "/assets/fontawesome-webfont-9e0b13c9080eac6e17a893bd7737fec7.woff?v=4.3.0" for 127.0.0.1 at 2015-07-01 23:56:42 +0300
18546
+
18547
+
18548
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:05:09 +0300
18549
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18550
+ Processing by ProductsController#index as HTML
18551
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (88.0ms)
18552
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (100.0ms)
18553
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18554
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18555
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18556
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18557
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18558
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (38.0ms)
18559
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (41.0ms)
18560
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (29.0ms)
18561
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
18562
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (17.0ms)
18563
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18564
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (270.0ms)
18565
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
18566
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
18567
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (366.0ms)
18568
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (377.0ms)
18569
+ Rendered products/index.html.haml within layouts/application (414.0ms)
18570
+ Completed 500 Internal Server Error in 489ms (ActiveRecord: 6.0ms)
18571
+
18572
+ ActionView::Template::Error (wrong number of arguments (0 for 1)):
18573
+ 7: %br
18574
+ 8: %table.table.table-bordered
18575
+ 9: %tr
18576
+ 10: %th= link_to_sortable_column :title, 'Title'
18577
+ 11: %th Category
18578
+ 12: %th= link_to_sortable_column :price, 'Price'
18579
+ 13:
18580
+ app/views/products/index.html.haml:10:in `_app_views_products_index_html_haml__316920035_63639060'
18581
+
18582
+
18583
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
18584
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (43.0ms)
18585
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
18586
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (79.0ms)
18587
+
18588
+
18589
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:05:22 +0300
18590
+ Processing by ProductsController#index as HTML
18591
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
18592
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
18593
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18594
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18595
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18596
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18597
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18598
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18599
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18600
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (22.0ms)
18601
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
18602
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (13.0ms)
18603
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
18604
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (169.0ms)
18605
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18606
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18607
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (186.0ms)
18608
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (190.0ms)
18609
+ Rendered products/index.html.haml within layouts/application (198.0ms)
18610
+ Completed 500 Internal Server Error in 216ms (ActiveRecord: 0.0ms)
18611
+
18612
+ ActionView::Template::Error (wrong number of arguments (0 for 1)):
18613
+ 7: %br
18614
+ 8: %table.table.table-bordered
18615
+ 9: %tr
18616
+ 10: %th= link_to_sortable_column :title, 'Title'
18617
+ 11: %th Category
18618
+ 12: %th= link_to_sortable_column :price, 'Price'
18619
+ 13:
18620
+ app/views/products/index.html.haml:10:in `_app_views_products_index_html_haml__316920035_63639060'
18621
+
18622
+
18623
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
18624
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (63.0ms)
18625
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.0ms)
18626
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (123.0ms)
18627
+
18628
+
18629
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:05:51 +0300
18630
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18631
+ Processing by ProductsController#index as HTML
18632
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (95.0ms)
18633
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (109.0ms)
18634
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18635
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18636
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
18637
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
18638
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
18639
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (29.0ms)
18640
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
18641
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (29.0ms)
18642
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
18643
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (22.0ms)
18644
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
18645
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (284.0ms)
18646
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (3.0ms)
18647
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (11.0ms)
18648
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (364.0ms)
18649
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (382.0ms)
18650
+ Product Load (173.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18651
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18652
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18653
+ Rendered products/index.html.haml within layouts/application (771.0ms)
18654
+ Completed 200 OK in 2437ms (Views: 2200.1ms | ActiveRecord: 191.0ms)
18655
+
18656
+
18657
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:05:53 +0300
18658
+
18659
+
18660
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:53 +0300
18661
+
18662
+
18663
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:53 +0300
18664
+
18665
+
18666
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18667
+
18668
+
18669
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18670
+
18671
+
18672
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18673
+
18674
+
18675
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18676
+
18677
+
18678
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18679
+
18680
+
18681
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18682
+
18683
+
18684
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18685
+
18686
+
18687
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18688
+
18689
+
18690
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18691
+
18692
+
18693
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18694
+
18695
+
18696
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18697
+
18698
+
18699
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18700
+
18701
+
18702
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18703
+
18704
+
18705
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18706
+
18707
+
18708
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18709
+
18710
+
18711
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:05:54 +0300
18712
+
18713
+
18714
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:09:55 +0300
18715
+ Processing by ProductsController#index as HTML
18716
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (20.0ms)
18717
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18718
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18719
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
18720
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
18721
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
18722
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18723
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
18724
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18725
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (22.0ms)
18726
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
18727
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18728
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
18729
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (157.0ms)
18730
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18731
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18732
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (178.0ms)
18733
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (182.0ms)
18734
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18735
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18736
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18737
+ Rendered products/index.html.haml within layouts/application (252.0ms)
18738
+ Completed 200 OK in 1252ms (Views: 1239.1ms | ActiveRecord: 3.0ms)
18739
+
18740
+
18741
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18742
+
18743
+
18744
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18745
+
18746
+
18747
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18748
+
18749
+
18750
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18751
+
18752
+
18753
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18754
+
18755
+
18756
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:56 +0300
18757
+
18758
+
18759
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18760
+
18761
+
18762
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18763
+
18764
+
18765
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18766
+
18767
+
18768
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18769
+
18770
+
18771
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18772
+
18773
+
18774
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18775
+
18776
+
18777
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18778
+
18779
+
18780
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18781
+
18782
+
18783
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18784
+
18785
+
18786
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18787
+
18788
+
18789
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18790
+
18791
+
18792
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18793
+
18794
+
18795
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:09:57 +0300
18796
+
18797
+
18798
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-07-02 00:09:58 +0300
18799
+ Processing by ProductsController#index as HTML
18800
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
18801
+ Redirected to http://localhost:3000/products
18802
+ Filter chain halted as :init_search_filter_index rendered or redirected
18803
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
18804
+
18805
+
18806
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:09:58 +0300
18807
+ Processing by ProductsController#index as HTML
18808
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
18809
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18810
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18811
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18812
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18813
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18814
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18815
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18816
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18817
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
18818
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
18819
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
18820
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18821
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (160.0ms)
18822
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18823
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18824
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (177.0ms)
18825
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (181.0ms)
18826
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
18827
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
18828
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18829
+ Rendered products/index.html.haml within layouts/application (258.0ms)
18830
+ Completed 200 OK in 1271ms (Views: 1259.1ms | ActiveRecord: 1.0ms)
18831
+
18832
+
18833
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-07-02 00:10:01 +0300
18834
+ Processing by ProductsController#index as HTML
18835
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
18836
+ Redirected to http://localhost:3000/products
18837
+ Filter chain halted as :init_search_filter_index rendered or redirected
18838
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
18839
+
18840
+
18841
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:10:01 +0300
18842
+ Processing by ProductsController#index as HTML
18843
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
18844
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18845
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18846
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18847
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18848
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18849
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (4.0ms)
18850
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18851
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18852
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (22.0ms)
18853
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
18854
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
18855
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
18856
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (161.0ms)
18857
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18858
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18859
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (178.0ms)
18860
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (182.0ms)
18861
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
18862
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
18863
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18864
+ Rendered products/index.html.haml within layouts/application (280.0ms)
18865
+ Completed 200 OK in 1299ms (Views: 1287.1ms | ActiveRecord: 2.0ms)
18866
+
18867
+
18868
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-07-02 00:10:11 +0300
18869
+ Processing by ProductsController#index as HTML
18870
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
18871
+ Redirected to http://localhost:3000/products
18872
+ Filter chain halted as :init_search_filter_index rendered or redirected
18873
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
18874
+
18875
+
18876
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:10:11 +0300
18877
+ Processing by ProductsController#index as HTML
18878
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (20.0ms)
18879
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
18880
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18881
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18882
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
18883
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18884
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18885
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (18.0ms)
18886
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18887
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
18888
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
18889
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18890
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
18891
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (165.0ms)
18892
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18893
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18894
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (183.0ms)
18895
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (189.0ms)
18896
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
18897
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
18898
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18899
+ Rendered products/index.html.haml within layouts/application (19049.1ms)
18900
+ Completed 200 OK in 20050ms (Views: 20037.1ms | ActiveRecord: 2.0ms)
18901
+
18902
+
18903
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:10:33 +0300
18904
+ Processing by ProductsController#index as HTML
18905
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
18906
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
18907
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
18908
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18909
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18910
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18911
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18912
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
18913
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18914
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (25.0ms)
18915
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
18916
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
18917
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
18918
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (164.0ms)
18919
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18920
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18921
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (181.0ms)
18922
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (185.0ms)
18923
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
18924
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
18925
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
18926
+ Rendered products/index.html.haml within layouts/application (15186.9ms)
18927
+ Completed 200 OK in 16205ms (Views: 16192.9ms | ActiveRecord: 2.0ms)
18928
+
18929
+
18930
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18931
+
18932
+
18933
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18934
+
18935
+
18936
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18937
+
18938
+
18939
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18940
+
18941
+
18942
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18943
+
18944
+
18945
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:10:49 +0300
18946
+
18947
+
18948
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18949
+
18950
+
18951
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18952
+
18953
+
18954
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18955
+
18956
+
18957
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18958
+
18959
+
18960
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18961
+
18962
+
18963
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18964
+
18965
+
18966
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18967
+
18968
+
18969
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18970
+
18971
+
18972
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18973
+
18974
+
18975
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18976
+
18977
+
18978
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18979
+
18980
+
18981
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18982
+
18983
+
18984
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:10:50 +0300
18985
+
18986
+
18987
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:11:26 +0300
18988
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
18989
+ Processing by ProductsController#index as HTML
18990
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (103.0ms)
18991
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (118.0ms)
18992
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
18993
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
18994
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
18995
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
18996
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
18997
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (37.0ms)
18998
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (41.0ms)
18999
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (32.0ms)
19000
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (37.0ms)
19001
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (17.0ms)
19002
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
19003
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (293.0ms)
19004
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
19005
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
19006
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (386.0ms)
19007
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (403.0ms)
19008
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
19009
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
19010
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
19011
+ Rendered products/index.html.haml within layouts/application (25720.5ms)
19012
+ Completed 200 OK in 27765ms (Views: 27692.6ms | ActiveRecord: 19.0ms)
19013
+
19014
+
19015
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19016
+
19017
+
19018
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19019
+
19020
+
19021
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19022
+
19023
+
19024
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19025
+
19026
+
19027
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19028
+
19029
+
19030
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19031
+
19032
+
19033
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19034
+
19035
+
19036
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:54 +0300
19037
+
19038
+
19039
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19040
+
19041
+
19042
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19043
+
19044
+
19045
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19046
+
19047
+
19048
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19049
+
19050
+
19051
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19052
+
19053
+
19054
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19055
+
19056
+
19057
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19058
+
19059
+
19060
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19061
+
19062
+
19063
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19064
+
19065
+
19066
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19067
+
19068
+
19069
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19070
+
19071
+
19072
+ Started GET "/assets/fontawesome-webfont-9e0b13c9080eac6e17a893bd7737fec7.woff?v=4.3.0" for 127.0.0.1 at 2015-07-02 00:11:55 +0300
19073
+
19074
+
19075
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-07-02 00:11:56 +0300
19076
+ Processing by ProductsController#index as HTML
19077
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
19078
+ Redirected to http://localhost:3000/products
19079
+ Filter chain halted as :init_search_filter_index rendered or redirected
19080
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
19081
+
19082
+
19083
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:11:56 +0300
19084
+ Processing by ProductsController#index as HTML
19085
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (36.0ms)
19086
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (45.0ms)
19087
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
19088
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
19089
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
19090
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
19091
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
19092
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (22.0ms)
19093
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
19094
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (51.0ms)
19095
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (56.0ms)
19096
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
19097
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
19098
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (238.0ms)
19099
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19100
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19101
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (260.0ms)
19102
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (267.0ms)
19103
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
19104
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
19105
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
19106
+ Rendered products/index.html.haml within layouts/application (353.0ms)
19107
+ Completed 200 OK in 1473ms (Views: 1448.1ms | ActiveRecord: 3.0ms)
19108
+
19109
+
19110
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19111
+
19112
+
19113
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19114
+
19115
+
19116
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19117
+
19118
+
19119
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19120
+
19121
+
19122
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19123
+
19124
+
19125
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19126
+
19127
+
19128
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19129
+
19130
+
19131
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19132
+
19133
+
19134
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19135
+
19136
+
19137
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19138
+
19139
+
19140
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19141
+
19142
+
19143
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19144
+
19145
+
19146
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19147
+
19148
+
19149
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19150
+
19151
+
19152
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19153
+
19154
+
19155
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19156
+
19157
+
19158
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19159
+
19160
+
19161
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19162
+
19163
+
19164
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:11:58 +0300
19165
+
19166
+
19167
+ Started GET "/products?filter_cmd=order&orderby=price&orderdir=asc" for 127.0.0.1 at 2015-07-02 00:12:00 +0300
19168
+ Processing by ProductsController#index as HTML
19169
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"price", "orderdir"=>"asc"}
19170
+ Redirected to http://localhost:3000/products
19171
+ Filter chain halted as :init_search_filter_index rendered or redirected
19172
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
19173
+
19174
+
19175
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:12:00 +0300
19176
+ Processing by ProductsController#index as HTML
19177
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
19178
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
19179
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
19180
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
19181
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
19182
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
19183
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
19184
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (21.0ms)
19185
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
19186
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (31.0ms)
19187
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
19188
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
19189
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
19190
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (186.0ms)
19191
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19192
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19193
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (204.0ms)
19194
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (208.0ms)
19195
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
19196
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
19197
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
19198
+ Rendered products/index.html.haml within layouts/application (289.0ms)
19199
+ Completed 200 OK in 1474ms (Views: 1461.1ms | ActiveRecord: 2.0ms)
19200
+
19201
+
19202
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19203
+
19204
+
19205
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19206
+
19207
+
19208
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19209
+
19210
+
19211
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19212
+
19213
+
19214
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19215
+
19216
+
19217
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19218
+
19219
+
19220
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19221
+
19222
+
19223
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19224
+
19225
+
19226
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19227
+
19228
+
19229
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19230
+
19231
+
19232
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19233
+
19234
+
19235
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19236
+
19237
+
19238
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19239
+
19240
+
19241
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19242
+
19243
+
19244
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19245
+
19246
+
19247
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19248
+
19249
+
19250
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19251
+
19252
+
19253
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19254
+
19255
+
19256
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:02 +0300
19257
+
19258
+
19259
+ Started GET "/products?filter_cmd=order&orderby=price&orderdir=desc" for 127.0.0.1 at 2015-07-02 00:12:03 +0300
19260
+ Processing by ProductsController#index as HTML
19261
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"price", "orderdir"=>"desc"}
19262
+ Redirected to http://localhost:3000/products
19263
+ Filter chain halted as :init_search_filter_index rendered or redirected
19264
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
19265
+
19266
+
19267
+ Started GET "/products" for 127.0.0.1 at 2015-07-02 00:12:03 +0300
19268
+ Processing by ProductsController#index as HTML
19269
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (35.0ms)
19270
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (41.0ms)
19271
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (28.0ms)
19272
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
19273
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
19274
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19275
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
19276
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (27.0ms)
19277
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
19278
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (31.0ms)
19279
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
19280
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
19281
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
19282
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (234.0ms)
19283
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19284
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
19285
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (256.0ms)
19286
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (261.0ms)
19287
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY price desc LIMIT 3 OFFSET 0
19288
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
19289
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
19290
+ Rendered products/index.html.haml within layouts/application (365.0ms)
19291
+ Completed 200 OK in 1742ms (Views: 1722.1ms | ActiveRecord: 2.0ms)
19292
+
19293
+
19294
+ Started GET "/assets/application-f651684b8bcb67b8780cdeb79a764512.css?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19295
+
19296
+
19297
+ Started GET "/assets/jquery2-b6a71c343bd8624834b3e7fa6beffa93.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19298
+
19299
+
19300
+ Started GET "/assets/bootstrap/alert-d072f0c4c23eae61e338a15013d9d7c3.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19301
+
19302
+
19303
+ Started GET "/assets/bootstrap/button-e4df0485a6e45da597cf03eb9e2bb798.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19304
+
19305
+
19306
+ Started GET "/assets/jquery_ujs-a07db4513f124c8b2c609ff9b61d7a17.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19307
+
19308
+
19309
+ Started GET "/assets/bootstrap/affix-21642124464da30e1fd4ac0ab0d5d7b7.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19310
+
19311
+
19312
+ Started GET "/assets/bootstrap/carousel-590056a9387f4fda68a66ae7ff0eb7e4.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19313
+
19314
+
19315
+ Started GET "/assets/bootstrap/collapse-4ca630e83a258ee32247a026441250ff.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19316
+
19317
+
19318
+ Started GET "/assets/bootstrap/dropdown-0a9b720cc9208f070cc11759757358c1.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19319
+
19320
+
19321
+ Started GET "/assets/bootstrap/tab-f269781e4faa37a11bcc0f4116886385.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19322
+
19323
+
19324
+ Started GET "/assets/bootstrap/transition-02df678bda467d1824eca4ebf4c7ec00.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19325
+
19326
+
19327
+ Started GET "/assets/bootstrap/scrollspy-147ccd96d5dc755e73ba970b75b92aee.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19328
+
19329
+
19330
+ Started GET "/assets/bootstrap/modal-fdfe9c2d392da9c0fc3a3b3aa0466639.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19331
+
19332
+
19333
+ Started GET "/assets/bootstrap/tooltip-8b2964950464c075489415e1d5235170.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19334
+
19335
+
19336
+ Started GET "/assets/bootstrap/popover-2187660dacf5063d98777f848eabfa2b.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:05 +0300
19337
+
19338
+
19339
+ Started GET "/assets/bootstrap-sprockets-e36e10bcfbabd5af903af169c1bade1c.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:06 +0300
19340
+
19341
+
19342
+ Started GET "/assets/bootstrap3-typeahead.min-0ce198f661330b60afff39eebd8e0c49.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:06 +0300
19343
+
19344
+
19345
+ Started GET "/assets/bootstrap3-autocomplete-input.min-0d1eaadef3d4edf55034938c149e2ca6.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:06 +0300
19346
+
19347
+
19348
+ Started GET "/assets/application-fa8dd3416e69dda490debff7cc3e6061.js?body=1" for 127.0.0.1 at 2015-07-02 00:12:06 +0300