simple_search_filter 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69a956772c4fdc231d8f7fb81b515813ea205ffd
4
- data.tar.gz: ea200f5519bdc1a0c2bda78edc9c5f74f05101b1
3
+ metadata.gz: 073813b4899e3e2a2bc2db3a5735c39ad87e298e
4
+ data.tar.gz: dde1469128376165e917086b4bf2b9df508e7160
5
5
  SHA512:
6
- metadata.gz: 0ce6072154fa182151b047471a491bf04850fabf3275bf8f21eebfd456788930021c4881ba174b59b4980612e2c1d78a32bfad9268849bb50da17b7735ad44d1
7
- data.tar.gz: 2e3fbe4b5930b51b8c3e69306c9c3dac6ac02296df92d55c1d6e9c734323a95324502f2a8415a90d6f51f902e0a1cf8ff64e53dcd3f4838ddf7f6ea50fb74f78
6
+ metadata.gz: 578073f1919859183735d9cd8626b7b3dd4b47935c1eac8450a75faf5cf204753b196f4b80a5b60e8beccffbed42154764b62e263eb18cbbe493a3f262dbfdf6
7
+ data.tar.gz: 45c5f62da1597252da330703dc61ef021c63a6d77f2970a55c43d97ec5775d96a9e596c4420778d0f8f303551c3330cff9d54abb9f7d4fd825f0a839e2d90456
@@ -1,3 +1,3 @@
1
1
  module SimpleSearchFilter
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -4803,3 +4803,191 @@ Processing by ProductsController#index as HTML
4803
4803
   (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 AND price >= '5' AND price <= '12' )
4804
4804
  Rendered products/index.html.haml within layouts/application (122.0ms)
4805
4805
  Completed 200 OK in 756ms (Views: 746.0ms | ActiveRecord: 2.0ms)
4806
+
4807
+
4808
+ Started GET "/elfinder/js/proxy/elFinderSupportVer1.js" for 127.0.0.1 at 2015-05-14 22:18:26 +0300
4809
+ ActiveRecord::SchemaMigration Load (41.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
4810
+
4811
+ ActionController::RoutingError (No route matches [GET] "/elfinder/js/proxy/elFinderSupportVer1.js"):
4812
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
4813
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4814
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4815
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4816
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4817
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4818
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4819
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4820
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4821
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4822
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4823
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4824
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4825
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4826
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4827
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4828
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4829
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4830
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4831
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4832
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4833
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4834
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4835
+
4836
+
4837
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (13.0ms)
4838
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.0ms)
4839
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.0ms)
4840
+ 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 (21.0ms)
4841
+ 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 (211.0ms)
4842
+
4843
+
4844
+ Started GET "/elfinder/js/proxy/elFinderSupportVer1.js" for 127.0.0.1 at 2015-05-14 22:18:30 +0300
4845
+
4846
+ ActionController::RoutingError (No route matches [GET] "/elfinder/js/proxy/elFinderSupportVer1.js"):
4847
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
4848
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4849
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4850
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4851
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4852
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4853
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4854
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4855
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4856
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4857
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4858
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4859
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4860
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4861
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4862
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4863
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4864
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4865
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4866
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4867
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4868
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4869
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4870
+
4871
+
4872
+ 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)
4873
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.0ms)
4874
+ 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)
4875
+ 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)
4876
+ 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 (148.0ms)
4877
+
4878
+
4879
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-14 22:18:32 +0300
4880
+
4881
+ ActionController::RoutingError (No route matches [GET] "/cmsadmin/templates"):
4882
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
4883
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4884
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4885
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4886
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4887
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4888
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4889
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4890
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4891
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4892
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4893
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4894
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4895
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4896
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4897
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4898
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4899
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4900
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4901
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4902
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4903
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4904
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4905
+
4906
+
4907
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (13.0ms)
4908
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.0ms)
4909
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.0ms)
4910
+ 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 (9.0ms)
4911
+ 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 (141.0ms)
4912
+
4913
+
4914
+ Started GET "/" for 127.0.0.1 at 2015-05-14 22:18:34 +0300
4915
+ Processing by HomeController#index as HTML
4916
+ Rendered home/index.html.haml within layouts/application (10.0ms)
4917
+ Completed 200 OK in 1834ms (Views: 1832.1ms | ActiveRecord: 0.0ms)
4918
+
4919
+
4920
+ Started GET "/assets/application.self-496d979cc936ab42d51a5a182c80644a11a39c132a501803bf5ce61fe8c65e80.css?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4921
+
4922
+
4923
+ Started GET "/assets/jquery2.self-0664d02dcbfb008e715c754b00b9af29d6f1796828c03610aee4265bdfc6afff.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4924
+
4925
+
4926
+ Started GET "/assets/bootstrap/affix.self-68d1a5161d04ca9fe1b9d9f4114d9426c7798bf90f2703a97aca35c8113469bb.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4927
+
4928
+
4929
+ Started GET "/assets/bootstrap/alert.self-15ce09eba576e56db3edfd87accc0ff48823df915169e350b4fd97290f96aee1.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4930
+
4931
+
4932
+ Started GET "/assets/bootstrap/collapse.self-eeece00cd06a3d7cc071ab7845b549d4991edd0f0895e4be70fe40bac2fb5f4b.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4933
+
4934
+
4935
+ Started GET "/assets/bootstrap/button.self-37c62bff1d75f86f3348b8679873d5156d8b9938b62841038dca21690f4740f1.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4936
+
4937
+
4938
+ Started GET "/assets/bootstrap/carousel.self-9aaab1a477b9c1156bab751cb8da47f77dace6da88eef8ae830e60f3cff3a8be.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4939
+
4940
+
4941
+ Started GET "/assets/bootstrap/dropdown.self-a3998e7ca949c04cb86b5c635deb0abcc7a24dc02e81be66b8acfef02d811e45.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4942
+
4943
+
4944
+ Started GET "/assets/bootstrap/modal.self-f2759e138605770e60526c00c6d86cbb3378da203641f9d6b204c9f0192b9267.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:36 +0300
4945
+
4946
+
4947
+ Started GET "/assets/bootstrap/scrollspy.self-5ea180afe4404f83fc97d997833f2edefd34475b0b5ddab310e27abc2bbd5f2f.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4948
+
4949
+
4950
+ Started GET "/assets/bootstrap/tab.self-e1bba7115c90301056ee94c4716de2fcbe4498015def2dab9ff9879f339bd245.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4951
+
4952
+
4953
+ Started GET "/assets/bootstrap/transition.self-7742dca5e6acf313fbb217811b48468282cddf1a9baea5c89ec92e367ef242cb.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4954
+
4955
+
4956
+ Started GET "/assets/bootstrap/tooltip.self-c3b5c16f394ab9c0391db4431aac4f2d2ddf1bba4c5d3228ed343de05ecc8e83.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4957
+
4958
+
4959
+ Started GET "/assets/bootstrap/popover.self-2674d99c3ab0415dba0b958a80b3840f70ff6368b155d890306c0291be49453b.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4960
+
4961
+
4962
+ Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4963
+
4964
+
4965
+ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2015-05-14 22:18:37 +0300
4966
+
4967
+
4968
+ Started GET "/" for 127.0.0.1 at 2015-05-14 22:18:39 +0300
4969
+ Processing by HomeController#index as HTML
4970
+ Rendered home/index.html.haml within layouts/application (2.0ms)
4971
+ Completed 200 OK in 638ms (Views: 636.0ms | ActiveRecord: 0.0ms)
4972
+
4973
+
4974
+ Started GET "/products" for 127.0.0.1 at 2015-05-14 22:18:41 +0300
4975
+ Processing by ProductsController#index as HTML
4976
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (149.0ms)
4977
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (32.0ms)
4978
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_field_simple_form.html.haml (42.0ms)
4979
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_fields.html.haml (245.0ms)
4980
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear.html.haml (5.0ms)
4981
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (16.0ms)
4982
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form_horizontal.html.haml (352.0ms)
4983
+ Rendered W:/myrails/mygems/simple_search_filter/app/views/simple_search_filter/_form.html.haml (368.0ms)
4984
+ Product Load (68.0ms) SELECT `products`.* FROM `products` WHERE (1=1 ) ORDER BY price asc LIMIT 3 OFFSET 0
4985
+  (1.0ms) SELECT COUNT(*) FROM `products` WHERE (1=1 )
4986
+ Rendered products/index.html.haml within layouts/application (595.0ms)
4987
+ Completed 200 OK in 1359ms (Views: 1259.1ms | ActiveRecord: 80.0ms)
4988
+
4989
+
4990
+ Started GET "/" for 127.0.0.1 at 2015-05-14 22:18:49 +0300
4991
+ Processing by HomeController#index as HTML
4992
+ Rendered home/index.html.haml within layouts/application (4.0ms)
4993
+ Completed 200 OK in 873ms (Views: 871.0ms | ActiveRecord: 0.0ms)
@@ -0,0 +1 @@
1
+ 8628
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak
@@ -471,6 +471,7 @@ files:
471
471
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/znLi_g--cOzgCoKAqtlFPUgWJ9unCsXnEvjrFOVsgt8.cache
472
472
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zvGwr55LmRTcpn_qmLf9EFICIXWA4cfH_4nBFi_cfj0.cache
473
473
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zxS8Tu3AwLjiFU0cs3pGX-IWrHVCoQBBBbliUPrWe3E.cache
474
+ - test/dummy/tmp/pids/server.pid
474
475
  - test/fixtures/products.yml
475
476
  - test/integration/navigation_test.rb
476
477
  - test/models/product_test.rb
@@ -903,6 +904,7 @@ test_files:
903
904
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_GeQnMxP6dH2IxqpJv9yxUgXJCiW_Eye5Q5yZq5KI_A.cache
904
905
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_HqBvRhZwKsB7cuKZoO5r5Ut4SP3y_90m8vbU9guYps.cache
905
906
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/_uTxqC5iwzUGjNZWJUFnxL8-jngVDQtxfl76-1rSO-E.cache
907
+ - test/dummy/tmp/pids/server.pid
906
908
  - test/fixtures/products.yml
907
909
  - test/integration/navigation_test.rb
908
910
  - test/models/product_test.rb