projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
613325a
)
removed require ruby-debug line
author
Xin Zheng
<xin@zenpow.com>
Tue, 22 Jan 2008 16:56:13 +0000
(16:56 +0000)
committer
Xin Zheng
<xin@zenpow.com>
Tue, 22 Jan 2008 16:56:13 +0000
(16:56 +0000)
app/controllers/search_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/search_controller.rb
b/app/controllers/search_controller.rb
index 4f88d9fb2509cbb590daa31e07e2288e518feb56..6b83e33016d3c9dc77afd7d1be901f6aed44d3d5 100644
(file)
--- a/
app/controllers/search_controller.rb
+++ b/
app/controllers/search_controller.rb
@@
-2,7
+2,6
@@
class SearchController < ApplicationController
# Support searching for nodes, ways, or all
# Can search by tag k, v, or both (type->k,value->v)
# Can search by name (k=name,v=....)
# Support searching for nodes, ways, or all
# Can search by tag k, v, or both (type->k,value->v)
# Can search by name (k=name,v=....)
- require 'ruby-debug'
after_filter :compress_output
def search_all
after_filter :compress_output
def search_all