In C# I can get the current user of a web app using the HttpContext, however, I can\'t figure out how to do this in Ruby. Is there any way of doing this?
FOR
To get the username of the current user on client machine you can use this
ENV['USERNAME']