Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
じぶんのconfig.ru
config.ru
require 'rack' use Rack::Static, :root => '_site'
しかし、実行するrackupとエラーが発生します
rackup
/usr/local/share/gems/gems/rack-1.5.2/lib/rack/builder.rb:133:`to_app' 内: run または map ステートメントがありません (RuntimeError)
_site_ルート URLのフォルダー内のファイルをホストしたい
_site_