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.
Ruby の学習を支援するために、作成した単純な Python Web サイトを Ruby に変換しています。ただし、Ruby でフォームの値を取得する方法がわかりません。それ、どうやったら出来るの?
require "cgi" cgi = CGI.new params = cgi.params # a hash with field-names and their values