ここから stiki gem を使用する
Stiki Configuration の部分では、このような特定のページに対して認証を行うことができると書かれています。
stiki.authenticate_pages = :all # other options are :only => [actions] or :except => [actions]
私が試したことは、やることです
stiki.authenticate_pages, :only => [:new]
しかし、私は以下のこのエラーを受け取ります
C:\Users\X\Documents\GitHub\X>rails s
=> Booting WEBrick
=> Rails 3.2.8 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/act
ive_support/dependencies.rb:245:in `load': C:/Users/X/Documents/GitHub/X/config/initializers/stiki.rb:10: syntax error, unexpected tASSOC, expecting tC
OLON2 or '[' or '.' (SyntaxError)
...ki.authenticate_pages, :only => [:new] # other options are ...
... ^