Flowdock
v2.1.0 - 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 => CGI::Session::CookieStore, # store data in cookie :prefix => "ruby_sess.", # prefix session file names :session_path => "/", # available to all paths in app :session_key => "_session_id", :cookie_only => true

Attributes

[RW] cgi
[RW] session_options
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