Flowdock
v2.3.8 - Show latest stable - 1 note - Superclass: ActionController::AbstractRequest

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

DEFAULT_SESSION_OPTIONS = { :database_manager => nil, :prefix => "ruby_sess.", :session_path => "/", :session_key => "_session_id", :cookie_only => true, :session_http_only => true

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.
June 23, 2010
0 thanks

Getting the client ip

From CgiRequest you can get the client ip in controller:

request.remote_ip