message_verifier

message_verifier(verifier_name) Instance Public methods Returns a message verifier object. This verifier can be used to generate and verify signed messages in the application. It is recommended not to use the same verifier for different things, so you can get different verifiers passing the verifier_name argument. Parameters verifier_name - the name of the message verifier. Examples message = Rails.application.message_verifier('sensitive_data').generate('my sensible data') Rails

normalize

normalize() Instance Public methods Normalize the list of files so that: All file lists have redundancies removed. Files referenced in the #extra_rdoc_files are included in the package file list.

selection_clear

selection_clear(first, last=nil) Instance Public methods

reason_phrase

reason_phrase(code) Class Public methods Returns the description corresponding to the HTTP status code WEBrick::HTTPStatus.reason_phrase 404 => "Not Found"

rescue_from

rescue_from(*klasses, &block) Instance Public methods Rescue exceptions raised in controller actions. rescue_from receives a series of exception classes or class names, and a trailing :with option with the name of a method or a Proc object to be called to handle them. Alternatively a block can be given. Handlers that take one argument will be called with the exception, so that the exception can be inspected when dealing with it. Handlers are inherited. They are searched from ri

readable?

readable?() Instance Public methods See FileTest#readable?.

==

obj == other â true or false Instance Public methods Equality â At the Object level, == returns true only if obj and other are the same object. Typically, this method is overridden in descendant classes to provide class-specific meaning. Unlike ==, the equal? method should never be overridden by subclasses as it is used to determine object identity (that is, a.equal?(b) if and only if a is the same object as b): obj = "a" other = obj.dup a == other #=> true a.equal?

load_class

load_class(klass_name) Instance Public methods Loads ri data for klass_name and hooks it up to this store.

legend_window_create

legend_window_create(parent=nil, keys=nil) Instance Public methods

pkcs5_keyivgen

cipher.pkcs5_keyivgen(pass [, salt [, iterations [, digest]]] ) â nil Instance Public methods Generates and sets the key/IV based on a password. WARNING: This method is only PKCS5 v1.5 compliant when using RC2, RC4-40, or DES with MD5 or SHA1. Using anything else (like AES) will generate the key/iv using an OpenSSL specific method. This method is deprecated and should no longer be used. Use a PKCS5 v2 key generation method from OpenSSL::PKCS5 instead. Parameters salt must be an 8