YUKI Hiroshi
null+****@clear*****
Fri Jun 27 12:12:10 JST 2014
YUKI Hiroshi 2014-06-27 12:12:10 +0900 (Fri, 27 Jun 2014) New Revision: d7b97e08071b86b2575b8bcd112674a7e8fcb476 https://github.com/droonga/droonga-engine/commit/d7b97e08071b86b2575b8bcd112674a7e8fcb476 Message: Delete "post" and "outputs" for one way steps Modified files: lib/droonga/dispatcher.rb Modified: lib/droonga/dispatcher.rb (+2 -0) =================================================================== --- lib/droonga/dispatcher.rb 2014-06-27 12:11:34 +0900 (f433a25) +++ lib/droonga/dispatcher.rb 2014-06-27 12:12:10 +0900 (a176740) @@ -184,6 +184,8 @@ module Droonga unless routes.empty? one_way_step = Marshal.load(Marshal.dump(step)) one_way_step["routes"] = routes + one_way_step.delete("post") + one_way_step.delete("outputs") one_way_steps << one_way_step one_way_destinations += routes.collect(&:farm_path) end -------------- next part -------------- HTML����������������������������...Download