[Groonga-commit] ranguba/epub-searcher at 4cbaaac [master] Specify protocol as http for Droonga

Back to archive index

KITAITI Makoto null+****@clear*****
Fri Oct 17 00:40:52 JST 2014


KITAITI Makoto	2014-10-17 00:40:52 +0900 (Fri, 17 Oct 2014)

  New Revision: 4cbaaace8932af60edb426f76d5e25e3ab6c1ea3
  https://github.com/ranguba/epub-searcher/commit/4cbaaace8932af60edb426f76d5e25e3ab6c1ea3

  Message:
    Specify protocol as http for Droonga

  Modified files:
    app/controllers/main-controller.rb

  Modified: app/controllers/main-controller.rb (+1 -1)
===================================================================
--- app/controllers/main-controller.rb    2014-10-17 00:40:23 +0900 (8273a36)
+++ app/controllers/main-controller.rb    2014-10-17 00:40:52 +0900 (a59469e)
@@ -23,7 +23,7 @@ end
 
 def search_from_groonga(query_words)
   records = nil
-  Groonga::Client.open do |client|
+  Groonga::Client.open protocol: :http do |client|
     select = client.select(
       :table => :Books,
       :query => query_words,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index