simple_search_filter 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/categories.js +2 -0
  3. data/app/assets/stylesheets/categories.css +4 -0
  4. data/app/controllers/categories_controller.rb +2 -0
  5. data/app/helpers/categories_helper.rb +2 -0
  6. data/lib/simple_search_filter/filter.rb +34 -5
  7. data/lib/simple_search_filter/version.rb +1 -1
  8. data/test/dummy/app/assets/javascripts/application.js +5 -1
  9. data/test/dummy/app/controllers/categories_controller.rb +5 -0
  10. data/test/dummy/app/controllers/products_controller.rb +5 -8
  11. data/test/dummy/app/models/category.rb +4 -0
  12. data/test/dummy/app/models/product.rb +1 -0
  13. data/test/dummy/app/views/products/index.html.haml +6 -2
  14. data/test/dummy/config/routes.rb +5 -0
  15. data/test/dummy/db/migrate/20150518183142_create_categories.rb +9 -0
  16. data/test/dummy/db/migrate/20150518183417_add_category_to_products.rb +10 -0
  17. data/test/dummy/db/schema.rb +12 -5
  18. data/test/dummy/log/development.log +1533 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/-NBwfOMYEWGeIwjDesHZHFoNVSbIAbYpvGc_ey1y0i0.cache +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0BLNJjkctXWR7czoSEA12Sl_xWwk5EZqCSGGYc99bPc.cache +1 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/0OVcbSTCUQ6owIzqGf2ZsGAdtcbY5yk1cEpFp4EBdU0.cache +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/1WKSfdksxYxjtOQnD1yPVmvxrBQ2clxYEGpqhsOR7jo.cache +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/1tGCwgY8eQiftmUMYOW_WZQ8TQ950GVB0TDTZOziBZo.cache +1 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/2h6jMTROerqg6Msfbph93Mo3UfBm0rywalSEGs1pQHc.cache +1 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/30xEg3s5SSyhlJixDYUVG_gkYxObybxcHbeuTaOYFg8.cache +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/3MnpBvyruEFfUzbVTK2_T8sljnw0AXV-Lhe9NZKi7UM.cache +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/4VnYBUUq6c44l_UCdx0E4Fca-yWQSy4ZSZNGuTp577s.cache +3 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/4jWahRm--RFD4dgX-Gsu73Ytu3k65beatdFoS07wpKQ.cache +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/56Yc8jzKLrTPM2qo0QTgkyleGGrHC4-Em1eXR8Ve6gA.cache +1 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/5utKayKrc6P5DIcdwnbr99N_zD_jDft1T9-ZBgpESyc.cache +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/7i0gIEM_eb-QqMrT31gcC0NxQuW8FlXuvXXs_xtABhA.cache +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/8I_LZI3skld3AvL-86wZRh9HIDvcLlM9lBKnrUDZC8k.cache +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/AceYgzg-gJTPz647mf_rKvU6mN_Xi8vqyPANGa_e52k.cache +3 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/AsvzNKL7se4-1dacARVxPqJi5cUmaK_UXMghfGV-pK4.cache +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/BLeSHIM2UCbf-RDdvWM0Jrg40sjsPUO0eEo40hdD8Kw.cache +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Bk91o8VDe9M8div9PlRZilohdbCxwgEaEqff6qGW-M8.cache +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/BxbhHVy4ofG_P39XeNO5DMthLYkJwALhaXd7W1NPYMc.cache +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Cy8WGbnC0ZEHNKxyZdntazh5yNXqaFJUTB_8Bkc29vg.cache +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/DAT2Jmars4hEsGbuTQv7uErqvAkdmKmqW0tewWeEbYs.cache +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/DDUCHXVyQ5yd6Cj6pWbq2fmMg0VoLOquvQ9yTH6eZ2E.cache +1 -0
  41. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Dq708U97sKUFFqHSzB4qo5kQNvs18mNVkxcfZVPLUIQ.cache +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/E9WquqUs8c_tFsMZS4mW3T3cvlw2VFV0lzYs8gVoczE.cache +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/EqDWpLi3wbapFL8asjUi44vhK7gKRayls29wUv9Q-6w.cache +1 -0
  44. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ExW3p6hF53RbHNczAjpZnkEMilpSM2QPcl6j_u84UVY.cache +1 -0
  45. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/FetRhEwbrUd_T4G4_UO8YoeCziunpG9J_SecrDUqAbw.cache +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/FsFyncMisYWyWCEc_dDM_NenvTic2Saxz2JaTpZWSTY.cache +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/GRDx6s92hh5rrBbeeJpNABQ3pdG5MG3_MoGywwUsyTw.cache +1 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/GtOD7Vivb2p4orPsdk34x1wZXZvUhtTFdoR3Hxycntk.cache +1 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/IvTO8za2woroZgmJJBXOWacRxlrr_lZisKL_u3itgG8.cache +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/J0c4jR5IpYLgKIbpWBjrTPrz9b0BkBnPnK70F_2e9zU.cache +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/JJ1GimH1FbnzZWNhLrA_Ssd3SVmJ4oBpsRdFqDZzX7Y.cache +1 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/KF4P14QoXeI8NnGeohu7nGduwowaRQ17iKZSiz4frKQ.cache +1 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Kc5ivXjva7i4bQyqny-0ajr7NxmeAKw-29HbfsxS6Hg.cache +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/MKYOMitrEPtoqKA2TG0YoTU7khC1Lws0mHJ_0wmNIKI.cache +1 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/NrCgDPrlrzRSD62xC3s4m78XCtwV17j7NXlrBx-g10o.cache +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/P0Pp4ACvMQKbXkXVRNkwc9KSQ7f5OizpIlF-D6dYKyQ.cache +5 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Qm98rpkqGXE0XkFxh-K_2t-HnJ9gM2v0zmSSb0Sro_k.cache +1 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/RE_kQDOHLanM7UeEOFWD1oBqOnBtStxL3wqdMCgpEa4.cache +0 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/SXfiX2dOzTKw9ZYCkZNruZYcRwjA5_Y1hU4NUKTh1h8.cache +2 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/TljnBwoQ71DEBVXx3k8OGQn6G236wDCVj5BmRphKpLk.cache +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/TuL69TWGD9ce269vMESi6PQadpOEDgE3-TpgFhFL-V4.cache +1 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/UQUeRWdWVdE1WzCurBONJNLIC-3xESYY_cihHEozXqU.cache +1 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Ui15-Z_-z3tq-tt-_wQ1iCYu5MCCsHQG2BLNT7hUADA.cache +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Vbn3pBJWOghoD3PGivhtCLz04wib24qgCNFYdCqndHQ.cache +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/WyZl3zbV4xFETDhe5cFaXC9jIuSTh4IHgTkCz9e1RyI.cache +1 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/XXoHS8556pxZnUp73HGg1i0P7PqRxy5RXuULtx-C4UY.cache +1 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/Xpj5Ma4pvpXA076Dr_HATf-g6Ttc9dkgWpiNJ0-gTmY.cache +1 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/YudzPyRkHXTjRu8Wt_E5KPmIk0wBF_6tTWiRBeORq9c.cache +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/_ZjZ4vRiEy4hUT4dUNx8lMAsZTs_Cqvrb045k4O8sgM.cache +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/aHLVAQ7DWHn3st44f6wHW5OXDpLO-iyFFoqwbSO-L2Q.cache +1 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/aPX7HjfGAnm5UbSp0ZqHDPrhfNLp1FX7p2qLEU2qfr4.cache +1 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/bonRsoAfFv36GCDs3gcQLW_8raOQIdSFLK7PD2epE6k.cache +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/c5TYal77A2q25vIwwzdm4M4yfJwuqeVYHkYcc82hSDA.cache +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/fhj4oLVD71_ABhVOP5pKTNs7EOt9-wcKysp-kII9y2s.cache +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/gFeB8h4Nxnl1ho_63z0TmHZYg9bn0MRJnpI6zNP8jhI.cache +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/iXYCyuuTbPxPAPig-xyDWsH6g-3bF_kzrWA8U857wFw.cache +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/i_D9HWWKI99G4DSIKLChWPzA5QYuH8z8W6r74YoAQt0.cache +1 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/iaJ75T285EQ1rr2fjypeZchabrZ1GmC8ZR8NmwkhDmA.cache +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ifyBWidR730G2rI94GSIm4aXIzHPgYLp4T4-YGkAj78.cache +2 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/izCJMlkfEvrH9274uNXFvBhZ91kpMI3TjN18gVEAl9s.cache +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/jGDlOHTZgjRy093fmKp9DoIEQHRKaS8wprdhE52xhTk.cache +1 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/jMnKz0pGR3w7FWppeRsIc4TpFomdsYhjVEF1uo_e62g.cache +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/jVgUUbZk15ziwzfdBR6c9AeLZMZMEceT7C5Slp6NPc0.cache +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/jdWvhqzybd-xEr0ASDkbiihk3C0JIapU12TSZ9IInoc.cache +2 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/k4trTxTlQIdWl5jomTnfNuJlvp4WCaNmmjgWDqmCcy0.cache +1 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/l6Qf7qgC1pOiIdGz0dmBuwcBHhn4BbxzI5It86Aemd0.cache +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ldJmUqAm9F3VyETumVdnnmbI0L_0GuYtfvLPRysE2QM.cache +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/mHIHXkEo_28ReW6dBJS61xfV2MP86KV0pM_ZGIKDF-E.cache +2 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/mMq_35Ss65mshJmi6A-TLeD295AUFm2Ipk8G_DMLf80.cache +1 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/mbNPS39YJGmw7WqvxJJiapK-EpWbGcLLfLIhxPbeozA.cache +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/nJlK-kLzDN4sw7EHqNI37rj0RpTYvcSs9p8fPXrYvP4.cache +1 -0
  92. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/oHeEJmgaRk8TxUudCQmRrnQXkn18t3sXZqPYOxvIXnY.cache +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/pjGOkT6PyMBN5RuZmSrAifKm2BCoHiGzvOc17TGP8Yk.cache +1 -0
  94. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/qjihdC1kpP8HDyZK7hs0Ccq3zq_NnL-0I2WlI_uay0Y.cache +1 -0
  95. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/qtkzu2XC_tE3ifLJ4-S85HT34soANc0CGoew-DgnU0c.cache +3 -0
  96. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/sEN12zWD2qNXFP9AGpNE8UobqXAqYiB8-wLdlvF_r50.cache +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/sZi39phdQFD3pr2QY4MrK-jh4PTrtdS3MjWACVkcFbg.cache +1 -0
  98. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/u4lZRqQ5iuFoiiF7b9GK-JdNQ9szPfrw9s2F7qQotzw.cache +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/vJo4-QWrHp-DLhD1QS4Y3sIWnzQk8ZdHMiLnWtBEAYU.cache +1 -0
  100. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/wwP5cQA5CaydJbK38aX7uSAKzs_E-ERzN-uVBqoths4.cache +1 -0
  101. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/x8eGYgBqocNsouQoD3kRvpL4VCa0OQ89mYdou5FxiKk.cache +1 -0
  102. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/xRMw1nY0MmkdRyrAy6LDMQdZVstjABjW9Athj1J5bdY.cache +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/xTSnq6qYjHrLL0blQNra7QJVk4mzjgUv9gnEHs1kDPU.cache +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/xhLXDpeBFhGkuGdWptgSHc8mtHl1i2wbUBJRBmCiB_k.cache +1 -0
  105. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/xwOsKPKa2tQC9KdqA_pRPSa4XR72MiqVMR7XNnH91Dc.cache +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/y34Q2fNeqFcuxEvXNESa9VIJxNp_kCILkIv1MV2acnY.cache +2 -0
  107. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/ygBXvs4LWU_OhVjulJ8gE9ClqPvh6xwfSQsLWYC68HU.cache +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/yzG23IwcXRi9Y9_eKywNU3Dm6dN1P8g99PagPPxzEe0.cache +1 -0
  109. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zEEelj3Vh7_AsG7_SYYYE4ya8RDLKa-KQTVUoXuA44I.cache +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zQAU7Yml_WmVwI5MWgS1EWtdE8FBIAUG_TqPzhzlzKU.cache +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zhRej-HUB8F2-J0UgL53kmQW1K6lxUeXBDvq-8dK5Cs.cache +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sprockets/v3.0/zlb_O-lVCp_g4_G4Q-uOX5A4k8LjtC93Qa2RrK6oErE.cache +0 -0
  113. data/test/dummy/tmp/pids/server.pid +1 -0
  114. data/test/fixtures/categories.yml +7 -0
  115. data/test/models/category_test.rb +7 -0
  116. metadata +166 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee2a07743155b607953d5b08f3149f00a9dedd44
4
- data.tar.gz: 61d60664e3fa71a644139924f9b7b3d36e21c909
3
+ metadata.gz: 948f10d4decb61a489c6f1e081c75a01094c728e
4
+ data.tar.gz: 22b6e499e1666659228654594b75ba3a0306fd85
5
5
  SHA512:
6
- metadata.gz: a0172d9887829efcf4d297604aaaebd7c115bb8b0ef1baac30248dc91f704053a06d004acc2e23e04c892134f7cf2713250394b656f790352d0cacf9fddb1817
7
- data.tar.gz: 80c8d028c60b329e269d75b6d5d173fcac4a39930f92cc0e9d02b0afa14986abdcc408b60988405713366515194bb0ee1933701328ef722181b7ece1895adb8b
6
+ metadata.gz: 80c796a1515bed900f737624f7e7d274f8dccf7f91ed08539ebbfac11142744cab74ae0480dad6cc15972603bcac362b4b22072572a5e32c18d5e53f2110dfc0
7
+ data.tar.gz: a6dc32aff348e96b26e9232ef48d58b527ceab3c198d05faf7697055a7b376f1c1da9f0a49cca699dac2d4018b006e6fd72e628f8f43a47d59a25e2ccf3ae945
@@ -0,0 +1,2 @@
1
+ // Place all the behaviors and hooks related to the matching controller here.
2
+ // All this logic will automatically be available in application.js.
@@ -0,0 +1,4 @@
1
+ /*
2
+ Place all the styles related to the matching controller here.
3
+ They will automatically be included in application.css.
4
+ */
@@ -0,0 +1,2 @@
1
+ class CategoriesController < ApplicationController
2
+ end
@@ -0,0 +1,2 @@
1
+ module CategoriesHelper
2
+ end
@@ -30,18 +30,17 @@ module SimpleSearchFilter
30
30
 
31
31
 
32
32
  def field(name, type, formtype, opt={})
33
- add_field FilterField.new(name,type, formtype, opt)
34
-
35
33
  if formtype.to_s==FilterField::FORM_TYPE_AUTOCOMPLETE
36
- opt_int = opt.clone
37
- opt_int[:default_value] = 0
38
- add_field FilterField.new(name.to_s+'_id',FilterField::TYPE_INT, FilterField::FORM_TYPE_EMPTY, opt_int)
34
+ add_field_autocomplete(name, type, formtype, opt)
35
+ else
36
+ add_field FilterField.new(name,type, formtype, opt)
39
37
  end
40
38
 
41
39
  end
42
40
 
43
41
 
44
42
 
43
+
45
44
  ############
46
45
  # fields
47
46
  ############
@@ -56,6 +55,36 @@ module SimpleSearchFilter
56
55
  a.each{|fa| add_field fa}
57
56
  end
58
57
 
58
+ def add_field_autocomplete(name, type, formtype, opt={})
59
+ search_by = opt[:search_by] || :text
60
+
61
+ if search_by==:id
62
+ # filter by id
63
+
64
+ # id field
65
+ opt_id = opt.clone
66
+ opt_id[:default_value] = 0
67
+ opt_id[:ignore_value] = 0
68
+ opt_id[:condition] = FilterField::QUERY_CONDITION_EQUAL
69
+
70
+ add_field FilterField.new(:"#{name}_id", FilterField::TYPE_INT, FilterField::FORM_TYPE_EMPTY, opt_id)
71
+
72
+ # text field
73
+ opt_text = opt.clone
74
+ opt_text[:default_value] = ''
75
+ opt_text[:ignore_value] = ''
76
+ opt_text[:condition] = FilterField::QUERY_CONDITION_EMPTY
77
+
78
+ add_field FilterField.new(name,type, formtype, opt_text)
79
+
80
+ else
81
+ # filter by text
82
+ add_field FilterField.new(name,type, formtype, opt)
83
+ end
84
+
85
+ end
86
+
87
+
59
88
 
60
89
  def field_def_value(name)
61
90
  name = name.to_sym
@@ -1,3 +1,3 @@
1
1
  module SimpleSearchFilter
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -12,4 +12,8 @@
12
12
  //
13
13
 
14
14
  //= require jquery2
15
- //= require bootstrap-sprockets
15
+ //= require jquery_ujs
16
+ //= require bootstrap-sprockets
17
+
18
+ //= require bootstrap3-typeahead.min
19
+ //= require bootstrap3-autocomplete-input.min
@@ -0,0 +1,5 @@
1
+ class CategoriesController < ApplicationController
2
+
3
+ autocomplete :category, :title
4
+
5
+ end
@@ -26,6 +26,7 @@ class ProductsController < ApplicationController
26
26
  end
27
27
  =end
28
28
 
29
+
29
30
  # POST, save in session
30
31
 
31
32
  search_filter :index, {save_session: true, search_method: :post_and_redirect, url: :products_path, search_url: :search_products_path, search_action: :search} do
@@ -35,20 +36,16 @@ class ProductsController < ApplicationController
35
36
  field :price_from, :string, :text, {label: 'Price', default_value: '', condition: :custom, condition_where: 'price >= ?'}
36
37
  field :price_to, :string, :text, {label: 'to', default_value: '', condition: :custom, condition_where: 'price <= ?'}
37
38
 
39
+ field :category, :string, :autocomplete, {label: 'Category', default_value: '', ignore_value: '', search_by: :id, source_query: :autocomplete_category_title_categories_path}
40
+
38
41
  end
39
42
 
40
43
 
41
44
  def index
42
45
 
43
- #xx = Product.mysearch
44
-
45
- #x = Product.searchable_by_simple_filter
46
-
47
- #y=0
48
-
49
46
  # use model.search_by_filter
50
- #v1 = Product.search_by_filter_new @filter
51
- @items = Product.by_filter(@filter)
47
+ #@items = Product.by_filter(@filter)
48
+ @items = Product.includes(:category).by_filter(@filter)
52
49
 
53
50
  # use filter.where
54
51
  #@items = Product.where(@filter.where).order(@filter.order_string).page(@filter.page)
@@ -0,0 +1,4 @@
1
+ class Category < ActiveRecord::Base
2
+ has_many :products
3
+
4
+ end
@@ -1,4 +1,5 @@
1
1
  class Product < ActiveRecord::Base
2
+ belongs_to :category
2
3
 
3
4
  paginates_per 3
4
5
 
@@ -5,14 +5,18 @@ Filter:
5
5
  -#= inline_filter_form_for @filter
6
6
  -#= horizontal_filter_form_for @filter
7
7
  %br
8
- %table.table
8
+ %table.table.table-bordered
9
9
  %tr
10
10
  %th= link_to_sortable_column :title, 'Title'
11
+ %th Category
11
12
  %th= link_to_sortable_column :price, 'Price'
12
13
 
13
14
  - @items.each do |item|
14
15
  %tr
15
16
  %td=item.title
17
+ %td= item.category.title
16
18
  %td= item.price
17
19
 
18
- = paginate @items
20
+ = paginate @items
21
+ %br
22
+ Found: #{@items.total_count}
@@ -13,6 +13,11 @@ Rails.application.routes.draw do
13
13
  end
14
14
  end
15
15
 
16
+ resources :categories do
17
+ get :autocomplete_category_title, :on => :collection
18
+
19
+ end
20
+
16
21
  # Example of regular route:
17
22
  # get 'products/:id' => 'catalog#view'
18
23
 
@@ -0,0 +1,9 @@
1
+ class CreateCategories < ActiveRecord::Migration
2
+ def change
3
+ create_table :categories do |t|
4
+ t.string :title
5
+
6
+ t.timestamps null: false
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,10 @@
1
+ class AddCategoryToProducts < ActiveRecord::Migration
2
+ def up
3
+ add_column :products, :category_id, :integer
4
+ end
5
+
6
+ def down
7
+ remove_column :products, :category_id
8
+ end
9
+
10
+ end
@@ -11,13 +11,20 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20150512110331) do
14
+ ActiveRecord::Schema.define(version: 20150518183417) do
15
+
16
+ create_table "categories", force: :cascade do |t|
17
+ t.integer "title", limit: 4
18
+ t.datetime "created_at", null: false
19
+ t.datetime "updated_at", null: false
20
+ end
15
21
 
16
22
  create_table "products", force: :cascade do |t|
17
- t.string "title", limit: 255
18
- t.decimal "price", precision: 10, scale: 4
19
- t.datetime "created_at", null: false
20
- t.datetime "updated_at", null: false
23
+ t.string "title", limit: 255
24
+ t.decimal "price", precision: 10, scale: 4
25
+ t.datetime "created_at", null: false
26
+ t.datetime "updated_at", null: false
27
+ t.integer "category_id", limit: 4
21
28
  end
22
29
 
23
30
  end
@@ -4991,3 +4991,1536 @@ Started GET "/" for 127.0.0.1 at 2015-05-14 22:18:49 +0300
4991
4991
  Processing by HomeController#index as HTML
4992
4992
  Rendered home/index.html.haml within layouts/application (4.0ms)
4993
4993
  Completed 200 OK in 873ms (Views: 871.0ms | ActiveRecord: 0.0ms)
4994
+
4995
+
4996
+ Started GET "/" for 127.0.0.1 at 2015-05-18 21:27:06 +0300
4997
+ ActiveRecord::SchemaMigration Load (55.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
4998
+ Processing by HomeController#index as HTML
4999
+ Rendered home/index.html.haml within layouts/application (40.0ms)
5000
+ Completed 200 OK in 2584ms (Views: 2582.1ms | ActiveRecord: 0.0ms)
5001
+
5002
+
5003
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5004
+
5005
+
5006
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5007
+
5008
+
5009
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5010
+
5011
+
5012
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5013
+
5014
+
5015
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5016
+
5017
+
5018
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5019
+
5020
+
5021
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5022
+
5023
+
5024
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5025
+
5026
+
5027
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5028
+
5029
+
5030
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5031
+
5032
+
5033
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5034
+
5035
+
5036
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5037
+
5038
+
5039
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5040
+
5041
+
5042
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5043
+
5044
+
5045
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5046
+
5047
+
5048
+ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2015-05-18 21:27:10 +0300
5049
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5050
+ Migrating to CreateCategories (20150518183142)
5051
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5052
+ Migrating to CreateCategories (20150518183142)
5053
+  (947.1ms) CREATE TABLE `categories` (`id` int(11) auto_increment PRIMARY KEY, `title` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
5054
+  (0.0ms) BEGIN
5055
+ SQL (0.0ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20150518183142')
5056
+  (2.0ms) COMMIT
5057
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5058
+  (49.0ms) SELECT fk.referenced_table_name as 'to_table'
5059
+ ,fk.referenced_column_name as 'primary_key'
5060
+ ,fk.column_name as 'column'
5061
+ ,fk.constraint_name as 'name'
5062
+ FROM information_schema.key_column_usage fk
5063
+ WHERE fk.referenced_column_name is not null
5064
+ AND fk.table_schema = 'my_gems_simple_filter'
5065
+ AND fk.table_name = 'categories'
5066
+ 
5067
+  (1.0ms) SHOW CREATE TABLE `categories`
5068
+  (1.0ms) SELECT fk.referenced_table_name as 'to_table'
5069
+ ,fk.referenced_column_name as 'primary_key'
5070
+ ,fk.column_name as 'column'
5071
+ ,fk.constraint_name as 'name'
5072
+ FROM information_schema.key_column_usage fk
5073
+ WHERE fk.referenced_column_name is not null
5074
+ AND fk.table_schema = 'my_gems_simple_filter'
5075
+ AND fk.table_name = 'products'
5076
+ 
5077
+  (0.0ms) SHOW CREATE TABLE `products`
5078
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5079
+ Migrating to AddCategoryToProducts (20150518183417)
5080
+  (778.0ms) ALTER TABLE `products` ADD `category_id` int(11)
5081
+  (0.0ms) BEGIN
5082
+ SQL (2.0ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20150518183417')
5083
+  (2.0ms) COMMIT
5084
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5085
+  (0.0ms) SELECT fk.referenced_table_name as 'to_table'
5086
+ ,fk.referenced_column_name as 'primary_key'
5087
+ ,fk.column_name as 'column'
5088
+ ,fk.constraint_name as 'name'
5089
+ FROM information_schema.key_column_usage fk
5090
+ WHERE fk.referenced_column_name is not null
5091
+ AND fk.table_schema = 'my_gems_simple_filter'
5092
+ AND fk.table_name = 'categories'
5093
+ 
5094
+  (0.0ms) SHOW CREATE TABLE `categories`
5095
+  (0.0ms) SELECT fk.referenced_table_name as 'to_table'
5096
+ ,fk.referenced_column_name as 'primary_key'
5097
+ ,fk.column_name as 'column'
5098
+ ,fk.constraint_name as 'name'
5099
+ FROM information_schema.key_column_usage fk
5100
+ WHERE fk.referenced_column_name is not null
5101
+ AND fk.table_schema = 'my_gems_simple_filter'
5102
+ AND fk.table_name = 'products'
5103
+ 
5104
+  (0.0ms) SHOW CREATE TABLE `products`
5105
+
5106
+
5107
+ Started GET "/ac/orders" for 127.0.0.1 at 2015-05-18 21:46:09 +0300
5108
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5109
+
5110
+ ActionController::RoutingError (No route matches [GET] "/ac/orders"):
5111
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
5112
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5113
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5114
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5115
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5116
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5117
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5118
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5119
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5120
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5121
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5122
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5123
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5124
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5125
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5126
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5127
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5128
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5129
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5130
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5131
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5132
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5133
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5134
+
5135
+
5136
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (16.0ms)
5137
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.0ms)
5138
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (33.0ms)
5139
+ 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 (40.0ms)
5140
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (479.0ms)
5141
+
5142
+
5143
+ Started GET "/ac/orders" for 127.0.0.1 at 2015-05-18 21:46:14 +0300
5144
+
5145
+ ActionController::RoutingError (No route matches [GET] "/ac/orders"):
5146
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
5147
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5148
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5149
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5150
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5151
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5152
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5153
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5154
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5155
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5156
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5157
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5158
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5159
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5160
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5161
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5162
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5163
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5164
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5165
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5166
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5167
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5168
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5169
+
5170
+
5171
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (14.0ms)
5172
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (22.0ms)
5173
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.0ms)
5174
+ 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 (13.0ms)
5175
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (198.0ms)
5176
+
5177
+
5178
+ Started GET "/" for 127.0.0.1 at 2015-05-18 21:46:19 +0300
5179
+ Processing by HomeController#index as HTML
5180
+ Rendered home/index.html.haml within layouts/application (11.0ms)
5181
+ Completed 200 OK in 33096ms (Views: 33093.9ms | ActiveRecord: 0.0ms)
5182
+
5183
+
5184
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5185
+
5186
+
5187
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5188
+
5189
+
5190
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5191
+
5192
+
5193
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5194
+
5195
+
5196
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5197
+
5198
+
5199
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5200
+
5201
+
5202
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5203
+
5204
+
5205
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5206
+
5207
+
5208
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5209
+
5210
+
5211
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:52 +0300
5212
+
5213
+
5214
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5215
+
5216
+
5217
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5218
+
5219
+
5220
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5221
+
5222
+
5223
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5224
+
5225
+
5226
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5227
+
5228
+
5229
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5230
+
5231
+
5232
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5233
+
5234
+
5235
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5236
+
5237
+
5238
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:46:53 +0300
5239
+
5240
+
5241
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:46:58 +0300
5242
+ Processing by ProductsController#index as HTML
5243
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)
5244
+
5245
+ NameError (undefined local variable or method `column_name' for #<SimpleSearchFilter::Filter:0x71c6778>):
5246
+ app/controllers/products_controller.rb:39:in `block in <class:ProductsController>'
5247
+
5248
+
5249
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
5250
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (73.0ms)
5251
+ 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 (6.0ms)
5252
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (181.0ms)
5253
+
5254
+
5255
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:48:59 +0300
5256
+ Processing by ProductsController#index as HTML
5257
+ Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
5258
+
5259
+ NameError (undefined local variable or method `column_name' for #<SimpleSearchFilter::Filter:0x1013c898>):
5260
+ app/controllers/products_controller.rb:39:in `block in <class:ProductsController>'
5261
+
5262
+
5263
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
5264
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (63.0ms)
5265
+ 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 (19.0ms)
5266
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (208.0ms)
5267
+
5268
+
5269
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:49:08 +0300
5270
+ Processing by ProductsController#index as HTML
5271
+ Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms)
5272
+
5273
+ NameError (undefined local variable or method `column_name' for #<SimpleSearchFilter::Filter:0xe5a96e8>):
5274
+ app/controllers/products_controller.rb:39:in `block in <class:ProductsController>'
5275
+
5276
+
5277
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
5278
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (64.0ms)
5279
+ 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 (8.0ms)
5280
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (146.0ms)
5281
+
5282
+
5283
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:51:28 +0300
5284
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5285
+ Processing by ProductsController#index as HTML
5286
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (300.0ms)
5287
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
5288
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
5289
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5290
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5291
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (161.0ms)
5292
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (599.0ms)
5293
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (936.1ms)
5294
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (975.1ms)
5295
+ Rendered products/index.html.haml within layouts/application (1016.1ms)
5296
+ Completed 500 Internal Server Error in 1149ms (ActiveRecord: 13.0ms)
5297
+
5298
+ ActionView::Template::Error (undefined method `autocomplete_category_title_categories_path' for #<#<Class:0x7325da8>:0x72d49e8>):
5299
+ 17:
5300
+ 18: - elsif formtype=='autocomplete'
5301
+ 19: - opt_base = {as: :autocomplete, required: false}
5302
+ 20: - url = send(field.options[:source_query])
5303
+ 21: - field.options[:source_query] = url
5304
+ 22: = f.input name, opt_base.merge(field.options)
5305
+ app/views/products/index.html.haml:4:in `_app_views_products_index_html_haml___453871215_63916836'
5306
+
5307
+
5308
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
5309
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (103.0ms)
5310
+ 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)
5311
+ 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 (159.0ms)
5312
+
5313
+
5314
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:52:32 +0300
5315
+ Processing by ProductsController#index as HTML
5316
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
5317
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5318
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
5319
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5320
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (116.0ms)
5321
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (227.0ms)
5322
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
5323
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (16.0ms)
5324
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (259.0ms)
5325
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (264.0ms)
5326
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5327
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5328
+ Rendered products/index.html.haml within layouts/application (550.0ms)
5329
+ Completed 200 OK in 2525ms (Views: 2490.1ms | ActiveRecord: 12.0ms)
5330
+
5331
+
5332
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5333
+
5334
+
5335
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5336
+
5337
+
5338
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5339
+
5340
+
5341
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5342
+
5343
+
5344
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5345
+
5346
+
5347
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5348
+
5349
+
5350
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5351
+
5352
+
5353
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5354
+
5355
+
5356
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5357
+
5358
+
5359
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5360
+
5361
+
5362
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5363
+
5364
+
5365
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5366
+
5367
+
5368
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:35 +0300
5369
+
5370
+
5371
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5372
+
5373
+
5374
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5375
+
5376
+
5377
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5378
+
5379
+
5380
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5381
+
5382
+
5383
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5384
+
5385
+
5386
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:52:36 +0300
5387
+
5388
+
5389
+ Started GET "/categories/autocomplete_category_title?q=v" for 127.0.0.1 at 2015-05-18 21:52:41 +0300
5390
+ Processing by CategoriesController#autocomplete_category_title as JSON
5391
+ Parameters: {"q"=>"v"}
5392
+ Category Load (2.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'v%') ORDER BY categories.title ASC LIMIT 10
5393
+ Completed 200 OK in 451ms (Views: 0.0ms | ActiveRecord: 30.0ms)
5394
+
5395
+
5396
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 21:52:42 +0300
5397
+ Processing by CategoriesController#autocomplete_category_title as JSON
5398
+ Parameters: {"q"=>"ve"}
5399
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
5400
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5401
+
5402
+
5403
+ Started GET "/categories/autocomplete_category_title?q=veg" for 127.0.0.1 at 2015-05-18 21:52:43 +0300
5404
+ Processing by CategoriesController#autocomplete_category_title as JSON
5405
+ Parameters: {"q"=>"veg"}
5406
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'veg%') ORDER BY categories.title ASC LIMIT 10
5407
+ Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5408
+
5409
+
5410
+ Started GET "/categories/autocomplete_category_title?q=vege" for 127.0.0.1 at 2015-05-18 21:52:43 +0300
5411
+ Processing by CategoriesController#autocomplete_category_title as JSON
5412
+ Parameters: {"q"=>"vege"}
5413
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'vege%') ORDER BY categories.title ASC LIMIT 10
5414
+ Completed 200 OK in 8ms (Views: 0.0ms | ActiveRecord: 0.0ms)
5415
+
5416
+
5417
+ Started GET "/products?pg=2" for 127.0.0.1 at 2015-05-18 21:52:55 +0300
5418
+ Processing by ProductsController#index as HTML
5419
+ Parameters: {"pg"=>"2"}
5420
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
5421
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
5422
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
5423
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5424
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
5425
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (146.0ms)
5426
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
5427
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
5428
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (169.0ms)
5429
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (174.0ms)
5430
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 3
5431
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5432
+ Rendered products/index.html.haml within layouts/application (269.0ms)
5433
+ Completed 200 OK in 1280ms (Views: 1269.1ms | ActiveRecord: 1.0ms)
5434
+
5435
+
5436
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:52:58 +0300
5437
+ Processing by ProductsController#index as HTML
5438
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
5439
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5440
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
5441
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
5442
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
5443
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (156.0ms)
5444
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
5445
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
5446
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (175.0ms)
5447
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (180.0ms)
5448
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5449
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5450
+ Rendered products/index.html.haml within layouts/application (239.0ms)
5451
+ Completed 200 OK in 1080ms (Views: 1068.1ms | ActiveRecord: 1.0ms)
5452
+
5453
+
5454
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:53:14 +0300
5455
+ Processing by ProductsController#index as HTML
5456
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
5457
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
5458
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
5459
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
5460
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
5461
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (120.0ms)
5462
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
5463
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
5464
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (138.0ms)
5465
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (143.0ms)
5466
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5467
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5468
+ Rendered products/index.html.haml within layouts/application (216.0ms)
5469
+ Completed 200 OK in 1172ms (Views: 1163.1ms | ActiveRecord: 1.0ms)
5470
+
5471
+
5472
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:15 +0300
5473
+
5474
+
5475
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5476
+
5477
+
5478
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5479
+
5480
+
5481
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5482
+
5483
+
5484
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5485
+
5486
+
5487
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5488
+
5489
+
5490
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5491
+
5492
+
5493
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5494
+
5495
+
5496
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5497
+
5498
+
5499
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5500
+
5501
+
5502
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5503
+
5504
+
5505
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5506
+
5507
+
5508
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5509
+
5510
+
5511
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5512
+
5513
+
5514
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5515
+
5516
+
5517
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5518
+
5519
+
5520
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5521
+
5522
+
5523
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5524
+
5525
+
5526
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:53:16 +0300
5527
+
5528
+
5529
+ Started GET "/categories/autocomplete_category_title?q=v" for 127.0.0.1 at 2015-05-18 21:53:20 +0300
5530
+ Processing by CategoriesController#autocomplete_category_title as JSON
5531
+ Parameters: {"q"=>"v"}
5532
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'v%') ORDER BY categories.title ASC LIMIT 10
5533
+ Completed 200 OK in 20ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5534
+
5535
+
5536
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 21:53:20 +0300
5537
+ Processing by CategoriesController#autocomplete_category_title as JSON
5538
+ Parameters: {"q"=>"ve"}
5539
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
5540
+ Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5541
+
5542
+
5543
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 21:53:24 +0300
5544
+ Processing by CategoriesController#autocomplete_category_title as HTML
5545
+ Parameters: {"q"=>"ve"}
5546
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
5547
+ Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5548
+
5549
+
5550
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 21:53:28 +0300
5551
+ Processing by CategoriesController#autocomplete_category_title as JSON
5552
+ Parameters: {"q"=>"ve"}
5553
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
5554
+ Completed 200 OK in 10ms (Views: 0.0ms | ActiveRecord: 0.0ms)
5555
+
5556
+
5557
+ Started GET "/categories/autocomplete_category_title?q=f" for 127.0.0.1 at 2015-05-18 21:53:47 +0300
5558
+ Processing by CategoriesController#autocomplete_category_title as JSON
5559
+ Parameters: {"q"=>"f"}
5560
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'f%') ORDER BY categories.title ASC LIMIT 10
5561
+ Completed 200 OK in 12ms (Views: 2.0ms | ActiveRecord: 0.0ms)
5562
+
5563
+
5564
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:53:48 +0300
5565
+ Processing by CategoriesController#autocomplete_category_title as JSON
5566
+ Parameters: {"q"=>"fr"}
5567
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5568
+ Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5569
+
5570
+
5571
+ Started GET "/categories/autocomplete_category_title?q=fru" for 127.0.0.1 at 2015-05-18 21:53:49 +0300
5572
+ Processing by CategoriesController#autocomplete_category_title as JSON
5573
+ Parameters: {"q"=>"fru"}
5574
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fru%') ORDER BY categories.title ASC LIMIT 10
5575
+ Completed 200 OK in 23ms (Views: 2.0ms | ActiveRecord: 1.0ms)
5576
+
5577
+
5578
+ Started GET "/categories/autocomplete_category_title?q=frui" for 127.0.0.1 at 2015-05-18 21:53:50 +0300
5579
+ Processing by CategoriesController#autocomplete_category_title as JSON
5580
+ Parameters: {"q"=>"frui"}
5581
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'frui%') ORDER BY categories.title ASC LIMIT 10
5582
+ Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5583
+
5584
+
5585
+ Started GET "/categories/autocomplete_category_title?q=f" for 127.0.0.1 at 2015-05-18 21:55:04 +0300
5586
+ Processing by CategoriesController#autocomplete_category_title as JSON
5587
+ Parameters: {"q"=>"f"}
5588
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'f%') ORDER BY categories.title ASC LIMIT 10
5589
+ Completed 200 OK in 18ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5590
+
5591
+
5592
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:55:05 +0300
5593
+ Processing by CategoriesController#autocomplete_category_title as JSON
5594
+ Parameters: {"q"=>"fr"}
5595
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5596
+ Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5597
+
5598
+
5599
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:55:06 +0300
5600
+ Processing by ProductsController#index as HTML
5601
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
5602
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
5603
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
5604
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5605
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
5606
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (130.0ms)
5607
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
5608
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
5609
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (147.0ms)
5610
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (152.0ms)
5611
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5612
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5613
+ Rendered products/index.html.haml within layouts/application (213.0ms)
5614
+ Completed 200 OK in 1070ms (Views: 1063.1ms | ActiveRecord: 0.0ms)
5615
+
5616
+
5617
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:55:07 +0300
5618
+ Processing by CategoriesController#autocomplete_category_title as JSON
5619
+ Parameters: {"q"=>"fr"}
5620
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5621
+ Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5622
+
5623
+
5624
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5625
+
5626
+
5627
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5628
+
5629
+
5630
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5631
+
5632
+
5633
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5634
+
5635
+
5636
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5637
+
5638
+
5639
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5640
+
5641
+
5642
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5643
+
5644
+
5645
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5646
+
5647
+
5648
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5649
+
5650
+
5651
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5652
+
5653
+
5654
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5655
+
5656
+
5657
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5658
+
5659
+
5660
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5661
+
5662
+
5663
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5664
+
5665
+
5666
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5667
+
5668
+
5669
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5670
+
5671
+
5672
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5673
+
5674
+
5675
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5676
+
5677
+
5678
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:08 +0300
5679
+
5680
+
5681
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:55:09 +0300
5682
+ Processing by CategoriesController#autocomplete_category_title as JSON
5683
+ Parameters: {"q"=>"fr"}
5684
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5685
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5686
+
5687
+
5688
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:55:10 +0300
5689
+ Processing by CategoriesController#autocomplete_category_title as JSON
5690
+ Parameters: {"q"=>"fr"}
5691
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5692
+ Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5693
+
5694
+
5695
+ Started GET "/categories/autocomplete_category_title?q=f" for 127.0.0.1 at 2015-05-18 21:55:26 +0300
5696
+ Processing by CategoriesController#autocomplete_category_title as JSON
5697
+ Parameters: {"q"=>"f"}
5698
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'f%') ORDER BY categories.title ASC LIMIT 10
5699
+ Completed 200 OK in 8ms (Views: 0.0ms | ActiveRecord: 1.0ms)
5700
+
5701
+
5702
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:55:26 +0300
5703
+ Processing by CategoriesController#autocomplete_category_title as JSON
5704
+ Parameters: {"q"=>"fr"}
5705
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5706
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5707
+
5708
+
5709
+ Started GET "/categories/autocomplete_category_title?q=fru" for 127.0.0.1 at 2015-05-18 21:55:26 +0300
5710
+ Processing by CategoriesController#autocomplete_category_title as JSON
5711
+ Parameters: {"q"=>"fru"}
5712
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fru%') ORDER BY categories.title ASC LIMIT 10
5713
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
5714
+
5715
+
5716
+ Started GET "/categories/autocomplete_category_title?q=frui" for 127.0.0.1 at 2015-05-18 21:55:26 +0300
5717
+ Processing by CategoriesController#autocomplete_category_title as JSON
5718
+ Parameters: {"q"=>"frui"}
5719
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'frui%') ORDER BY categories.title ASC LIMIT 10
5720
+ Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5721
+
5722
+
5723
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:55:29 +0300
5724
+ Processing by ProductsController#index as HTML
5725
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
5726
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5727
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
5728
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
5729
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
5730
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (133.0ms)
5731
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
5732
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
5733
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (161.0ms)
5734
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (166.0ms)
5735
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5736
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5737
+ Rendered products/index.html.haml within layouts/application (237.0ms)
5738
+ Completed 200 OK in 1169ms (Views: 1160.1ms | ActiveRecord: 1.0ms)
5739
+
5740
+
5741
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:30 +0300
5742
+
5743
+
5744
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:30 +0300
5745
+
5746
+
5747
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5748
+
5749
+
5750
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5751
+
5752
+
5753
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5754
+
5755
+
5756
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5757
+
5758
+
5759
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5760
+
5761
+
5762
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5763
+
5764
+
5765
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5766
+
5767
+
5768
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5769
+
5770
+
5771
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5772
+
5773
+
5774
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5775
+
5776
+
5777
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5778
+
5779
+
5780
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5781
+
5782
+
5783
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5784
+
5785
+
5786
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5787
+
5788
+
5789
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5790
+
5791
+
5792
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5793
+
5794
+
5795
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:55:31 +0300
5796
+
5797
+
5798
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:57:24 +0300
5799
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5800
+ Processing by ProductsController#index as HTML
5801
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (122.0ms)
5802
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5803
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
5804
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5805
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
5806
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (238.0ms)
5807
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
5808
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (19.0ms)
5809
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (335.0ms)
5810
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (348.0ms)
5811
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5812
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
5813
+ Rendered products/index.html.haml within layouts/application (492.0ms)
5814
+ Completed 200 OK in 2834ms (Views: 2774.2ms | ActiveRecord: 13.0ms)
5815
+
5816
+
5817
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5818
+
5819
+
5820
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5821
+
5822
+
5823
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5824
+
5825
+
5826
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5827
+
5828
+
5829
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5830
+
5831
+
5832
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:27 +0300
5833
+
5834
+
5835
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5836
+
5837
+
5838
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5839
+
5840
+
5841
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5842
+
5843
+
5844
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5845
+
5846
+
5847
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5848
+
5849
+
5850
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5851
+
5852
+
5853
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5854
+
5855
+
5856
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5857
+
5858
+
5859
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5860
+
5861
+
5862
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5863
+
5864
+
5865
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5866
+
5867
+
5868
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5869
+
5870
+
5871
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:57:28 +0300
5872
+
5873
+
5874
+ Started GET "/categories/autocomplete_category_title?q=f" for 127.0.0.1 at 2015-05-18 21:57:30 +0300
5875
+ Processing by CategoriesController#autocomplete_category_title as JSON
5876
+ Parameters: {"q"=>"f"}
5877
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'f%') ORDER BY categories.title ASC LIMIT 10
5878
+ Completed 200 OK in 42ms (Views: 1.0ms | ActiveRecord: 8.0ms)
5879
+
5880
+
5881
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 21:57:30 +0300
5882
+ Processing by CategoriesController#autocomplete_category_title as JSON
5883
+ Parameters: {"q"=>"fr"}
5884
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
5885
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.0ms)
5886
+
5887
+
5888
+ Started POST "/products/search" for 127.0.0.1 at 2015-05-18 21:57:33 +0300
5889
+ Processing by ProductsController#search as HTML
5890
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8zgL+Bjg7qHe2C3nTGr0rYXXBtI0rrX4koOykDjbgoCc8LKpSjJ0bC74cqG1UX/PMpnoHamIWaIzmmhEJ7A8iQ==", "cmd"=>"apply", "filter"=>{"title"=>"", "price_from"=>"", "price_to"=>"", "category_id"=>"1", "category"=>"Fruits"}}
5891
+ Redirected to http://localhost:3000/products
5892
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
5893
+
5894
+
5895
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:57:33 +0300
5896
+ Processing by ProductsController#index as HTML
5897
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (45.0ms)
5898
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
5899
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
5900
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
5901
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
5902
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (139.0ms)
5903
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
5904
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
5905
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (160.0ms)
5906
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (164.0ms)
5907
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 AND category= 'Fruits' ) ORDER BY price asc LIMIT 3 OFFSET 0
5908
+ Mysql2::Error: Unknown column 'category' in 'where clause': SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 AND category= 'Fruits' ) ORDER BY price asc LIMIT 3 OFFSET 0
5909
+ Rendered products/index.html.haml within layouts/application (181.0ms)
5910
+ Completed 500 Internal Server Error in 199ms (ActiveRecord: 1.0ms)
5911
+
5912
+ ActionView::Template::Error (Mysql2::Error: Unknown column 'category' in 'where clause': SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 AND category= 'Fruits' ) ORDER BY price asc LIMIT 3 OFFSET 0):
5913
+ 10: %th= link_to_sortable_column :title, 'Title'
5914
+ 11: %th= link_to_sortable_column :price, 'Price'
5915
+ 12:
5916
+ 13: - @items.each do |item|
5917
+ 14: %tr
5918
+ 15: %td=item.title
5919
+ 16: %td= item.price
5920
+ app/views/products/index.html.haml:13:in `_app_views_products_index_html_haml__673776835_25580232'
5921
+
5922
+
5923
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
5924
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (62.0ms)
5925
+ 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 (6.0ms)
5926
+ 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 (115.0ms)
5927
+
5928
+
5929
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 21:59:22 +0300
5930
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5931
+ Processing by ProductsController#index as HTML
5932
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (103.0ms)
5933
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5934
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
5935
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
5936
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
5937
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (209.0ms)
5938
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (5.0ms)
5939
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (20.0ms)
5940
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (300.0ms)
5941
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (312.0ms)
5942
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
5943
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
5944
+ Rendered products/index.html.haml within layouts/application (455.0ms)
5945
+ Completed 200 OK in 2222ms (Views: 2177.1ms | ActiveRecord: 11.0ms)
5946
+
5947
+
5948
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:25 +0300
5949
+
5950
+
5951
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5952
+
5953
+
5954
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5955
+
5956
+
5957
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5958
+
5959
+
5960
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5961
+
5962
+
5963
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5964
+
5965
+
5966
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5967
+
5968
+
5969
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5970
+
5971
+
5972
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5973
+
5974
+
5975
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5976
+
5977
+
5978
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5979
+
5980
+
5981
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5982
+
5983
+
5984
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5985
+
5986
+
5987
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5988
+
5989
+
5990
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5991
+
5992
+
5993
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5994
+
5995
+
5996
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
5997
+
5998
+
5999
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
6000
+
6001
+
6002
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 21:59:26 +0300
6003
+
6004
+
6005
+ Started POST "/products/search" for 127.0.0.1 at 2015-05-18 22:00:59 +0300
6006
+ Processing by ProductsController#search as HTML
6007
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"SKcfsGT0ecuntfds02SDPRoCgmMGBFAAIe3dHY4HwQknb6bhNibjBleVqCoqXwhfrUxsrJsivFqA9AfJkWx/AA==", "cmd"=>"apply", "filter"=>{"title"=>"", "price_from"=>"", "price_to"=>"", "category_id"=>"1", "category"=>"Fruits"}}
6008
+ Redirected to http://localhost:3000/products
6009
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
6010
+
6011
+
6012
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:00:59 +0300
6013
+ Processing by ProductsController#index as HTML
6014
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6015
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
6016
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
6017
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
6018
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
6019
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (112.0ms)
6020
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6021
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
6022
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (139.0ms)
6023
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (143.0ms)
6024
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6025
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6026
+ Rendered products/index.html.haml within layouts/application (208.0ms)
6027
+ Completed 200 OK in 1006ms (Views: 997.1ms | ActiveRecord: 1.0ms)
6028
+
6029
+
6030
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:01:56 +0300
6031
+ Processing by ProductsController#index as HTML
6032
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
6033
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
6034
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
6035
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
6036
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (246.0ms)
6037
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (356.0ms)
6038
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6039
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6040
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (373.0ms)
6041
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (378.0ms)
6042
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6043
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6044
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6045
+ Rendered products/index.html.haml within layouts/application (684.0ms)
6046
+ Completed 200 OK in 1563ms (Views: 1526.1ms | ActiveRecord: 21.0ms)
6047
+
6048
+
6049
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6050
+
6051
+
6052
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6053
+
6054
+
6055
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6056
+
6057
+
6058
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6059
+
6060
+
6061
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6062
+
6063
+
6064
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6065
+
6066
+
6067
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6068
+
6069
+
6070
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6071
+
6072
+
6073
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:58 +0300
6074
+
6075
+
6076
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6077
+
6078
+
6079
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6080
+
6081
+
6082
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6083
+
6084
+
6085
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6086
+
6087
+
6088
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6089
+
6090
+
6091
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6092
+
6093
+
6094
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6095
+
6096
+
6097
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6098
+
6099
+
6100
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6101
+
6102
+
6103
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 22:01:59 +0300
6104
+
6105
+
6106
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:02:10 +0300
6107
+ Processing by ProductsController#index as HTML
6108
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
6109
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
6110
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
6111
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
6112
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
6113
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (146.0ms)
6114
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6115
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
6116
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (170.0ms)
6117
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (175.0ms)
6118
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6119
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6120
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6121
+ Rendered products/index.html.haml within layouts/application (298.0ms)
6122
+ Completed 200 OK in 1290ms (Views: 1280.1ms | ActiveRecord: 1.0ms)
6123
+
6124
+
6125
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6126
+
6127
+
6128
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6129
+
6130
+
6131
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6132
+
6133
+
6134
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6135
+
6136
+
6137
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6138
+
6139
+
6140
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6141
+
6142
+
6143
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6144
+
6145
+
6146
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6147
+
6148
+
6149
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6150
+
6151
+
6152
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6153
+
6154
+
6155
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6156
+
6157
+
6158
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6159
+
6160
+
6161
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:12 +0300
6162
+
6163
+
6164
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6165
+
6166
+
6167
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6168
+
6169
+
6170
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6171
+
6172
+
6173
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6174
+
6175
+
6176
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6177
+
6178
+
6179
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:13 +0300
6180
+
6181
+
6182
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:02:18 +0300
6183
+ Processing by ProductsController#index as HTML
6184
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6185
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
6186
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
6187
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
6188
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
6189
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (117.0ms)
6190
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6191
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6192
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (135.0ms)
6193
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (139.0ms)
6194
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6195
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
6196
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
6197
+ Rendered products/index.html.haml within layouts/application (225.0ms)
6198
+ Completed 200 OK in 1091ms (Views: 1081.1ms | ActiveRecord: 0.0ms)
6199
+
6200
+
6201
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6202
+
6203
+
6204
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6205
+
6206
+
6207
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6208
+
6209
+
6210
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6211
+
6212
+
6213
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6214
+
6215
+
6216
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6217
+
6218
+
6219
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6220
+
6221
+
6222
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6223
+
6224
+
6225
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:19 +0300
6226
+
6227
+
6228
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6229
+
6230
+
6231
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6232
+
6233
+
6234
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6235
+
6236
+
6237
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6238
+
6239
+
6240
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6241
+
6242
+
6243
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6244
+
6245
+
6246
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6247
+
6248
+
6249
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6250
+
6251
+
6252
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6253
+
6254
+
6255
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 22:02:20 +0300
6256
+
6257
+
6258
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 22:02:38 +0300
6259
+ Processing by CategoriesController#autocomplete_category_title as JSON
6260
+ Parameters: {"q"=>"ve"}
6261
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
6262
+ Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6263
+
6264
+
6265
+ Started GET "/categories/autocomplete_category_title?q=ve" for 127.0.0.1 at 2015-05-18 22:02:38 +0300
6266
+ Processing by CategoriesController#autocomplete_category_title as JSON
6267
+ Parameters: {"q"=>"ve"}
6268
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 've%') ORDER BY categories.title ASC LIMIT 10
6269
+ Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6270
+
6271
+
6272
+ Started POST "/products/search" for 127.0.0.1 at 2015-05-18 22:02:41 +0300
6273
+ Processing by ProductsController#search as HTML
6274
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"IGO4DeLOKFH1rqtjAqPANnEKY6T1FRg/nvE8oxCAPiUDHt3JoH8kMpX0nGQ8r6Dg7EGXQy1wmTqkwVRgZlfq4g==", "cmd"=>"apply", "filter"=>{"title"=>"", "price_from"=>"", "price_to"=>"", "category_id"=>"2", "category"=>"Vegetables"}}
6275
+ Redirected to http://localhost:3000/products
6276
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
6277
+
6278
+
6279
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:02:41 +0300
6280
+ Processing by ProductsController#index as HTML
6281
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
6282
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
6283
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6284
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
6285
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
6286
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (123.0ms)
6287
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6288
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6289
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (142.0ms)
6290
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (146.0ms)
6291
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 2 ) ORDER BY price asc LIMIT 3 OFFSET 0
6292
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2)
6293
+  (9.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 2 )
6294
+ Rendered products/index.html.haml within layouts/application (189.0ms)
6295
+ Completed 200 OK in 1017ms (Views: 998.1ms | ActiveRecord: 10.0ms)
6296
+
6297
+
6298
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 22:02:48 +0300
6299
+ Processing by CategoriesController#autocomplete_category_title as JSON
6300
+ Parameters: {"q"=>"fr"}
6301
+ Category Load (1.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
6302
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 1.0ms)
6303
+
6304
+
6305
+ Started GET "/categories/autocomplete_category_title?q=fr" for 127.0.0.1 at 2015-05-18 22:02:48 +0300
6306
+ Processing by CategoriesController#autocomplete_category_title as JSON
6307
+ Parameters: {"q"=>"fr"}
6308
+ Category Load (0.0ms) SELECT categories.id, categories.title FROM `categories` WHERE (LOWER(categories.title) LIKE 'fr%') ORDER BY categories.title ASC LIMIT 10
6309
+ Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6310
+
6311
+
6312
+ Started POST "/products/search" for 127.0.0.1 at 2015-05-18 22:02:52 +0300
6313
+ Processing by ProductsController#search as HTML
6314
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"TdwFTfNH2usJqV6NKo+N502WcPsDVKUnEMA5ouz7/ZduoWCJsfbWiGnzaYoUg+0x0N2EHNsxJCIq8FFhmiwpUA==", "cmd"=>"apply", "filter"=>{"title"=>"", "price_from"=>"", "price_to"=>"", "category_id"=>"1", "category"=>"Fruits"}}
6315
+ Redirected to http://localhost:3000/products
6316
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
6317
+
6318
+
6319
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:02:52 +0300
6320
+ Processing by ProductsController#index as HTML
6321
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
6322
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
6323
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
6324
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
6325
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
6326
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (131.0ms)
6327
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6328
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6329
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (149.0ms)
6330
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (154.0ms)
6331
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6332
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6333
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6334
+ Rendered products/index.html.haml within layouts/application (227.0ms)
6335
+ Completed 200 OK in 1095ms (Views: 1082.1ms | ActiveRecord: 1.0ms)
6336
+
6337
+
6338
+ Started GET "/products?pg=2" for 127.0.0.1 at 2015-05-18 22:02:56 +0300
6339
+ Processing by ProductsController#index as HTML
6340
+ Parameters: {"pg"=>"2"}
6341
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6342
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
6343
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
6344
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
6345
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
6346
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (131.0ms)
6347
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6348
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
6349
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (151.0ms)
6350
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (155.0ms)
6351
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 3
6352
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6353
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6354
+ Rendered products/index.html.haml within layouts/application (261.0ms)
6355
+ Completed 200 OK in 1271ms (Views: 1258.1ms | ActiveRecord: 3.0ms)
6356
+
6357
+
6358
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:03:01 +0300
6359
+ Processing by ProductsController#index as HTML
6360
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
6361
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
6362
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
6363
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
6364
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
6365
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (153.0ms)
6366
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6367
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
6368
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (174.0ms)
6369
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (179.0ms)
6370
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6371
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6372
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6373
+ Rendered products/index.html.haml within layouts/application (276.0ms)
6374
+ Completed 200 OK in 1339ms (Views: 1324.1ms | ActiveRecord: 3.0ms)
6375
+
6376
+
6377
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:03:43 +0300
6378
+ Processing by ProductsController#index as HTML
6379
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (40.0ms)
6380
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
6381
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
6382
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
6383
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (39.0ms)
6384
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (161.0ms)
6385
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6386
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6387
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (180.0ms)
6388
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (187.0ms)
6389
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6390
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6391
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6392
+ Rendered products/index.html.haml within layouts/application (297.0ms)
6393
+ Completed 200 OK in 1214ms (Views: 1192.1ms | ActiveRecord: 1.0ms)
6394
+
6395
+
6396
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6397
+
6398
+
6399
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6400
+
6401
+
6402
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6403
+
6404
+
6405
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6406
+
6407
+
6408
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6409
+
6410
+
6411
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6412
+
6413
+
6414
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6415
+
6416
+
6417
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6418
+
6419
+
6420
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6421
+
6422
+
6423
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6424
+
6425
+
6426
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6427
+
6428
+
6429
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6430
+
6431
+
6432
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6433
+
6434
+
6435
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6436
+
6437
+
6438
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6439
+
6440
+
6441
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6442
+
6443
+
6444
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6445
+
6446
+
6447
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:45 +0300
6448
+
6449
+
6450
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:46 +0300
6451
+
6452
+
6453
+ Started GET "/products" for 127.0.0.1 at 2015-05-18 22:03:51 +0300
6454
+ Processing by ProductsController#index as HTML
6455
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (47.0ms)
6456
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
6457
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
6458
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
6459
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (40.0ms)
6460
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (182.0ms)
6461
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6462
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
6463
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (204.0ms)
6464
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (210.0ms)
6465
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE (1=1 AND category_id= 1 ) ORDER BY price asc LIMIT 3 OFFSET 0
6466
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
6467
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND category_id= 1 )
6468
+ Rendered products/index.html.haml within layouts/application (358.0ms)
6469
+ Completed 200 OK in 1409ms (Views: 1393.1ms | ActiveRecord: 3.0ms)
6470
+
6471
+
6472
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6473
+
6474
+
6475
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6476
+
6477
+
6478
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6479
+
6480
+
6481
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6482
+
6483
+
6484
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6485
+
6486
+
6487
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6488
+
6489
+
6490
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:52 +0300
6491
+
6492
+
6493
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6494
+
6495
+
6496
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6497
+
6498
+
6499
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6500
+
6501
+
6502
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6503
+
6504
+
6505
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6506
+
6507
+
6508
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6509
+
6510
+
6511
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6512
+
6513
+
6514
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6515
+
6516
+
6517
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6518
+
6519
+
6520
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6521
+
6522
+
6523
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-0294b06e928f59350483dca8ca299d23704b3312297841b9fc5e2bebeb1c95c3.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300
6524
+
6525
+
6526
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-05-18 22:03:53 +0300