Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 1 note - Superclass: ActionController::AbstractRequest

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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