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_
I have tried the following code to get the data from csv file to html page,but I am not getting the values.here is my code.
In table.html file,
<html> <head><