projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1bfc96e
)
Query mode doesn't need the database
author
Tom Hughes
<tom@compton.nu>
Sun, 14 Dec 2014 00:18:46 +0000
(
00:18
+0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 14 Dec 2014 00:18:46 +0000
(
00:18
+0000)
app/controllers/browse_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/browse_controller.rb
b/app/controllers/browse_controller.rb
index f0b92f4b47a33e7f8fbe7208348598f7b5b61cca..f60957ff7db3733ae1a7cb4c3b20f8457056e59c 100644
(file)
--- a/
app/controllers/browse_controller.rb
+++ b/
app/controllers/browse_controller.rb
@@
-3,7
+3,7
@@
class BrowseController < ApplicationController
before_filter :authorize_web
before_filter :set_locale
- before_filter { |c| c.check_database_readable(true) }
+ before_filter
:except => [ :query ]
{ |c| c.check_database_readable(true) }
before_filter :require_oauth
around_filter :web_timeout