[]

[](type) Class Public methods

database_configuration

database_configuration() Instance Public methods Loads and returns the entire raw configuration of database from values stored in `config/database.yml`.

_eval

_eval(str) Instance Public methods

time=

time=(p1) Instance Public methods

default_internal=

Encoding.default_internal = enc or nil Class Public methods Sets default internal encoding or removes default internal encoding when passed nil. You should not set ::default_internal in ruby code as strings created before changing the value may have a different encoding from strings created after the change. Instead you should use ruby -E to invoke ruby with the correct default_internal. See ::default_internal for information on how the default internal encoding is used.

post_process

post_process(&block) Class Public methods Adds a post-process handler for directives. The handler will be called with the result RDoc::Comment (or text String) and the code object for the comment (if any).

transaction

transaction(options = {}, &block) Instance Public methods See ActiveRecord::Transactions::ClassMethods for detailed documentation.

exclude

exclude(*patterns, &block) Instance Public methods Register a list of file name patterns that should be excluded from the list. Patterns may be regular expressions, glob patterns or regular strings. In addition, a block given to exclude will remove entries that return true when given to the block. Note that glob patterns are expanded against the file system. If a file is explicitly added to a file list, but does not exist in the file system, then an glob pattern in the exclud

generate_windows_script

generate_windows_script(filename, bindir) Instance Public methods Creates windows .bat files for easy running of commands

to_s

to_s() Instance Public methods Alias for: to_pem