Alexandru Suciu
Results
2
issues of
Alexandru Suciu
This works with GIT output but fails when file is selected with the following error and backtrace: TypeError at /nodes/conf_search no implicit conversion of Regexp into Integer file: webapp.rb location:...
question
Hi team, Quick question about the following piece of code from oxidized-web-0.7.1/lib/oxidized/web/webapp.rb post '/nodes/conf_search' do @to_research = Regexp.new params[:search_in_conf_textbox] nodes_list = nodes.list.map @nodes_match = [] nodes_list.each do |n| node, @json...
bug