Questions tagged [trinidad-gem]

Simple JRuby library to run Ruby on Rails and Rack applications from an embedded Apache Tomcat

31 questions
-3
votes
1 answer

How to implement access log in rails?

I want to implement access log in the ruby layer of my application. I want to log like this for each request. 192.168.2.20 - - [28/Jul/2006:10:27:10 -0300] "GET /cgi-bin/try/ HTTP/1.0" 200 3395 127.0.0.1 - - [28/Jul/2006:10:22:04 -0300] "GET /…
1 2
3