simple_search_filter 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 321581e7e380ad2b76e093a1a9d362113cf36094
4
- data.tar.gz: 3ca140a4b71b2cb3c0be869f3a39b13106aa5ba3
3
+ metadata.gz: bc2f48c92033891cfede39dfe2cd512b1c475e18
4
+ data.tar.gz: f84edba0246e40e4a483e560c72db713d09249bd
5
5
  SHA512:
6
- metadata.gz: a3d4add7f83c5a3bc4124739d18f15cb50f54f6f4e0ee2e8bdf6038a9be154432b959940f2f891586382db92c9365ac21b77f824a73648edcf6de0c6f9a0d2ab
7
- data.tar.gz: 179e93f7895c97487c53e0e80c393b5e1f9d8ee7665830512593e48a61b2fef950851fef7540c519f684eee7fef60aa7951c7eeab3c1817a8ff61b4b1253e87b
6
+ metadata.gz: ce9085bd199a52f8a8dfffeb120541334fbf82767c1ddbee7d719e35d6b41ac2b89b7464e41ec0b9f75a16582a997a642e336e4550a445925872829fab1c9464
7
+ data.tar.gz: d62aec7c5bce7d76c37282df7207feaf1da0522323024096175e3274ba0927e5809cd7adf2a71717842950fd176a671b5209730255e4c2399db11ee92060ecb8
@@ -11,7 +11,7 @@ module SimpleSearchFilter
11
11
  def init_search_data(name)
12
12
  # input
13
13
  pg = params[@filter.page_param_name]
14
- cmd = params[:filter_cmd] || ''
14
+ cmd = params[Filter::CMD_PARAM_NAME] || ''
15
15
 
16
16
  # page
17
17
  unless pg.nil?
@@ -3,6 +3,9 @@ require 'simple_search_filter/filter_data'
3
3
 
4
4
  module SimpleSearchFilter
5
5
  class Filter
6
+ CMD_PARAM_NAME = :filter_cmd
7
+ CMD_ORDER = 'order'
8
+
6
9
  #
7
10
  SEARCH_METHOD_GET = :get
8
11
  SEARCH_METHOD_POST_AND_REDIRECT = :post_and_redirect
@@ -363,7 +366,7 @@ module SimpleSearchFilter
363
366
 
364
367
  def url_params_for_sortable_column(name)
365
368
  p = {}
366
- p[:cmd] = 'order'
369
+ p[CMD_PARAM_NAME] = CMD_ORDER
367
370
  p[:orderby] = name.to_s
368
371
  p[:orderdir] = get_opposite_order_dir_for_column(name)
369
372
 
@@ -1,3 +1,3 @@
1
1
  module SimpleSearchFilter
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
@@ -16873,3 +16873,402 @@ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a
16873
16873
 
16874
16874
 
16875
16875
  Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-06-30 03:31:32 +0300
16876
+
16877
+
16878
+ Started GET "/" for 127.0.0.1 at 2015-06-30 22:08:49 +0300
16879
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16880
+ Processing by HomeController#index as HTML
16881
+ Rendered home/index.html.haml within layouts/application (47.0ms)
16882
+ Completed 200 OK in 2796ms (Views: 2794.2ms | ActiveRecord: 0.0ms)
16883
+
16884
+
16885
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:28 +0300
16886
+ Processing by ProductsController#index as HTML
16887
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (272.0ms)
16888
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (287.0ms)
16889
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
16890
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
16891
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
16892
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
16893
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
16894
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (67.0ms)
16895
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (73.0ms)
16896
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (49.0ms)
16897
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (57.0ms)
16898
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (145.0ms)
16899
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (152.0ms)
16900
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (654.0ms)
16901
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
16902
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (15.0ms)
16903
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (920.1ms)
16904
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (945.1ms)
16905
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
16906
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
16907
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
16908
+ Rendered products/index.html.haml within layouts/application (1575.1ms)
16909
+ Completed 200 OK in 10485ms (Views: 2255.1ms | ActiveRecord: 205.0ms)
16910
+
16911
+
16912
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-30 22:09:41 +0300
16913
+ Processing by ProductsController#index as HTML
16914
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
16915
+ Redirected to http://localhost:3000/products
16916
+ Filter chain halted as :init_search_filter_index rendered or redirected
16917
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
16918
+
16919
+
16920
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:41 +0300
16921
+ Processing by ProductsController#index as HTML
16922
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
16923
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
16924
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
16925
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
16926
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
16927
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
16928
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
16929
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (19.0ms)
16930
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
16931
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (23.0ms)
16932
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
16933
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
16934
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
16935
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (159.0ms)
16936
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
16937
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
16938
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (178.0ms)
16939
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (182.0ms)
16940
+ Product Load (8.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
16941
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
16942
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
16943
+ Rendered products/index.html.haml within layouts/application (257.0ms)
16944
+ Completed 200 OK in 1033ms (Views: 1015.1ms | ActiveRecord: 8.0ms)
16945
+
16946
+
16947
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-30 22:09:43 +0300
16948
+ Processing by ProductsController#index as HTML
16949
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
16950
+ Redirected to http://localhost:3000/products
16951
+ Filter chain halted as :init_search_filter_index rendered or redirected
16952
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
16953
+
16954
+
16955
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:43 +0300
16956
+ Processing by ProductsController#index as HTML
16957
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (18.0ms)
16958
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
16959
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
16960
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
16961
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
16962
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
16963
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
16964
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (18.0ms)
16965
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
16966
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
16967
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
16968
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
16969
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
16970
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (151.0ms)
16971
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (8.0ms)
16972
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
16973
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (174.0ms)
16974
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (178.0ms)
16975
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
16976
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
16977
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
16978
+ Rendered products/index.html.haml within layouts/application (243.0ms)
16979
+ Completed 200 OK in 1036ms (Views: 1024.1ms | ActiveRecord: 3.0ms)
16980
+
16981
+
16982
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-30 22:09:46 +0300
16983
+ Processing by ProductsController#index as HTML
16984
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
16985
+ Redirected to http://localhost:3000/products
16986
+ Filter chain halted as :init_search_filter_index rendered or redirected
16987
+ Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
16988
+
16989
+
16990
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:46 +0300
16991
+ Processing by ProductsController#index as HTML
16992
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
16993
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
16994
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
16995
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
16996
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
16997
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
16998
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
16999
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (25.0ms)
17000
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
17001
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (40.0ms)
17002
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (46.0ms)
17003
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (10.0ms)
17004
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (15.0ms)
17005
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (215.0ms)
17006
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17007
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
17008
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (238.0ms)
17009
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (244.0ms)
17010
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17011
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17012
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17013
+ Rendered products/index.html.haml within layouts/application (340.0ms)
17014
+ Completed 200 OK in 1152ms (Views: 1139.1ms | ActiveRecord: 1.0ms)
17015
+
17016
+
17017
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-30 22:09:51 +0300
17018
+ Processing by ProductsController#index as HTML
17019
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
17020
+ Redirected to http://localhost:3000/products
17021
+ Filter chain halted as :init_search_filter_index rendered or redirected
17022
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
17023
+
17024
+
17025
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:51 +0300
17026
+ Processing by ProductsController#index as HTML
17027
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17028
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (23.0ms)
17029
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17030
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17031
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
17032
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
17033
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17034
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (17.0ms)
17035
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (22.0ms)
17036
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
17037
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
17038
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
17039
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17040
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (163.0ms)
17041
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17042
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
17043
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (179.0ms)
17044
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (183.0ms)
17045
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
17046
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
17047
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17048
+ Rendered products/index.html.haml within layouts/application (252.0ms)
17049
+ Completed 200 OK in 1102ms (Views: 1091.1ms | ActiveRecord: 1.0ms)
17050
+
17051
+
17052
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-30 22:09:54 +0300
17053
+ Processing by ProductsController#index as HTML
17054
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
17055
+ Redirected to http://localhost:3000/products
17056
+ Filter chain halted as :init_search_filter_index rendered or redirected
17057
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
17058
+
17059
+
17060
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:54 +0300
17061
+ Processing by ProductsController#index as HTML
17062
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (29.0ms)
17063
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
17064
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
17065
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
17066
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (16.0ms)
17067
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (20.0ms)
17068
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17069
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (21.0ms)
17070
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
17071
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (21.0ms)
17072
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17073
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
17074
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
17075
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (166.0ms)
17076
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17077
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17078
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (184.0ms)
17079
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (189.0ms)
17080
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17081
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17082
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17083
+ Rendered products/index.html.haml within layouts/application (261.0ms)
17084
+ Completed 200 OK in 1149ms (Views: 1137.1ms | ActiveRecord: 2.0ms)
17085
+
17086
+
17087
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-30 22:09:56 +0300
17088
+ Processing by ProductsController#index as HTML
17089
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
17090
+ Redirected to http://localhost:3000/products
17091
+ Filter chain halted as :init_search_filter_index rendered or redirected
17092
+ Completed 302 Found in 21ms (ActiveRecord: 0.0ms)
17093
+
17094
+
17095
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:09:56 +0300
17096
+ Processing by ProductsController#index as HTML
17097
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
17098
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
17099
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
17100
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17101
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
17102
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17103
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17104
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (23.0ms)
17105
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
17106
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (28.0ms)
17107
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
17108
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (22.0ms)
17109
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17110
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (212.0ms)
17111
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17112
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
17113
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (234.0ms)
17114
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (239.0ms)
17115
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
17116
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
17117
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17118
+ Rendered products/index.html.haml within layouts/application (333.0ms)
17119
+ Completed 200 OK in 1202ms (Views: 1188.1ms | ActiveRecord: 1.0ms)
17120
+
17121
+
17122
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:11:27 +0300
17123
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
17124
+ Processing by ProductsController#index as HTML
17125
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (107.0ms)
17126
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (123.0ms)
17127
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17128
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
17129
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.0ms)
17130
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
17131
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17132
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (36.0ms)
17133
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (42.0ms)
17134
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (40.0ms)
17135
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (45.0ms)
17136
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (20.0ms)
17137
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
17138
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (329.0ms)
17139
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
17140
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (13.0ms)
17141
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (422.0ms)
17142
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (436.0ms)
17143
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
17144
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
17145
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17146
+ Rendered products/index.html.haml within layouts/application (689.0ms)
17147
+ Completed 200 OK in 2916ms (Views: 2842.2ms | ActiveRecord: 22.0ms)
17148
+
17149
+
17150
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17151
+
17152
+
17153
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17154
+
17155
+
17156
+ Started GET "/assets/jquery_ujs.self-8e98a7a072a6cee1372d19fff9ff3e6aa1e39a37d89d6f06861637d061113ee7.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17157
+
17158
+
17159
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17160
+
17161
+
17162
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17163
+
17164
+
17165
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17166
+
17167
+
17168
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17169
+
17170
+
17171
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17172
+
17173
+
17174
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17175
+
17176
+
17177
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:30 +0300
17178
+
17179
+
17180
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17181
+
17182
+
17183
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17184
+
17185
+
17186
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17187
+
17188
+
17189
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17190
+
17191
+
17192
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17193
+
17194
+
17195
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17196
+
17197
+
17198
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17199
+
17200
+
17201
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17202
+
17203
+
17204
+ Started GET "/assets/application.self-44dc72337fbefc4f8c73fc8781b922cf9e4f99f8d068e6563c3820851d9390f6.js?body=1" for 127.0.0.1 at 2015-06-30 22:11:31 +0300
17205
+
17206
+
17207
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-30 22:11:39 +0300
17208
+ Processing by ProductsController#index as HTML
17209
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
17210
+ Redirected to http://localhost:3000/products
17211
+ Filter chain halted as :init_search_filter_index rendered or redirected
17212
+ Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
17213
+
17214
+
17215
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:11:39 +0300
17216
+ Processing by ProductsController#index as HTML
17217
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
17218
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
17219
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (30.0ms)
17220
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
17221
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
17222
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17223
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (0.0ms)
17224
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (22.0ms)
17225
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17226
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (24.0ms)
17227
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
17228
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
17229
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
17230
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (194.0ms)
17231
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17232
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
17233
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (216.0ms)
17234
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (220.0ms)
17235
+ Product Load (1.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title desc LIMIT 3 OFFSET 0
17236
+ Category Load (0.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (2, 1)
17237
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17238
+ Rendered products/index.html.haml within layouts/application (297.0ms)
17239
+ Completed 200 OK in 1268ms (Views: 1254.1ms | ActiveRecord: 2.0ms)
17240
+
17241
+
17242
+ Started GET "/products?filter_cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-30 22:11:41 +0300
17243
+ Processing by ProductsController#index as HTML
17244
+ Parameters: {"filter_cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
17245
+ Redirected to http://localhost:3000/products
17246
+ Filter chain halted as :init_search_filter_index rendered or redirected
17247
+ Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
17248
+
17249
+
17250
+ Started GET "/products" for 127.0.0.1 at 2015-06-30 22:11:41 +0300
17251
+ Processing by ProductsController#index as HTML
17252
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (39.0ms)
17253
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (46.0ms)
17254
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (29.0ms)
17255
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (37.0ms)
17256
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
17257
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
17258
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (1.0ms)
17259
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_autocomplete.html.haml (29.0ms)
17260
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
17261
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_checkbox.html.haml (33.0ms)
17262
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
17263
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (10.0ms)
17264
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
17265
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (255.0ms)
17266
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17267
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
17268
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (278.0ms)
17269
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (283.0ms)
17270
+ Product Load (0.0ms) SELECT `products`.* FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 ) ORDER BY title asc LIMIT 3 OFFSET 0
17271
+ Category Load (1.0ms) SELECT `categories`.* FROM `categories` WHERE `categories`.`id` IN (1)
17272
+  (0.0ms) SELECT COUNT(*) FROM `products` WHERE `products`.`is_archived` = 0 AND (1=1 )
17273
+ Rendered products/index.html.haml within layouts/application (360.0ms)
17274
+ Completed 200 OK in 1322ms (Views: 1307.1ms | ActiveRecord: 1.0ms)
@@ -0,0 +1 @@
1
+ 13256
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_search_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak
@@ -52,7 +52,6 @@ files:
52
52
  - app/assets/javascripts/categories.js
53
53
  - app/assets/stylesheets/categories.css
54
54
  - app/controllers/categories_controller.rb
55
- - app/helpers/categories_helper.rb
56
55
  - app/views/simple_search_filter/_buttons_apply_clear.html.haml
57
56
  - app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml
58
57
  - app/views/simple_search_filter/_field.html.haml
@@ -618,6 +617,7 @@ files:
618
617
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/znLi_g--cOzgCoKAqtlFPUgWJ9unCsXnEvjrFOVsgt8.cache
619
618
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zvGwr55LmRTcpn_qmLf9EFICIXWA4cfH_4nBFi_cfj0.cache
620
619
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zxS8Tu3AwLjiFU0cs3pGX-IWrHVCoQBBBbliUPrWe3E.cache
620
+ - test/dummy/tmp/pids/server.pid
621
621
  - test/fixtures/categories.yml
622
622
  - test/fixtures/products.yml
623
623
  - test/integration/navigation_test.rb
@@ -1187,6 +1187,7 @@ test_files:
1187
1187
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_HqBvRhZwKsB7cuKZoO5r5Ut4SP3y_90m8vbU9guYps.cache
1188
1188
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_uTxqC5iwzUGjNZWJUFnxL8-jngVDQtxfl76-1rSO-E.cache
1189
1189
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_ZjZ4vRiEy4hUT4dUNx8lMAsZTs_Cqvrb045k4O8sgM.cache
1190
+ - test/dummy/tmp/pids/server.pid
1190
1191
  - test/fixtures/categories.yml
1191
1192
  - test/fixtures/products.yml
1192
1193
  - test/integration/navigation_test.rb
@@ -1,2 +0,0 @@
1
- module CategoriesHelper
2
- end