beginning_of_week

beginning_of_week() Class Public methods Returns the week start (e.g. :monday) for the current request, if this has been set (via ::beginning_of_week=). If Date.beginning_of_week has not been set for the current request, returns the week start specified in config.beginning_of_week. If no config.beginning_of_week was specified, returns :monday.

mon_try_enter

mon_try_enter() Instance Public methods Attempts to enter exclusive section. Returns false if lock fails. try_mon_enter

mb_chars

mb_chars() Instance Public methods Multibyte proxy mb_chars is a multibyte safe proxy for string methods. It creates and returns an instance of the ActiveSupport::Multibyte::Chars class which encapsulates the original string. A Unicode safe version of all the String methods are defined on this proxy class. If the proxy class doesn't respond to a certain method, it's forwarded to the encapsulated string. name = 'Claus Müller' name.reverse # => "rell??M sualC" name.length # =>

hello_world_from_rxml_using_template

hello_world_from_rxml_using_template() Instance Public methods :deprecated:

xml_content=

xml_content=(content) Instance Public methods Also aliased as: xml=

raw_connection

raw_connection() Instance Public methods Provides access to the underlying database driver for this adapter. For example, this method returns a Mysql object in case of MysqlAdapter, and a PGconn object in case of PostgreSQLAdapter. This is useful for when you need to call a proprietary method such as PostgreSQL's lo_* methods.

add_plural_form

add_plural_form(singular, plural) Class Public methods

callback_continue

callback_continue() Instance Public methods

forty_two

forty_two() Instance Public methods Equal to self[41]. Also known as accessing âthe redditâ. (1..42).to_a.forty_two # => 42

determinant_e

determinant_e() Instance Public methods deprecated; use #determinant det_e