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 Webアプリでセッション、ENV、POST、およびGETデータを表示する方法はありますか?
まったく php_info とは異なりますが、取得できます:
1) コンソール実行コマンドで: rake about
2) http://localhost:3001/rails/info/properties=> ローカルホストのみ
http://localhost:3001/rails/info/properties
3)埋め込まれたerbが役立つかもしれません...
<%= params.inspect %> <%= session.inspect %>