select

dbm.select {|key, value| block} â array Instance Public methods Returns a new array consisting of the [key, value] pairs for which the code block returns true.

required_uri

required_uri() Class Public methods

italy

d.italy â date Instance Public methods This method is equivalent to #new_start(Date::ITALY).

each

each(&block) Instance Public methods Iterate over the key/value pairs: attlist_decl.each { |attribute_name, attribute_value| ... }

new

new() Class Public methods

rep

rep(master, *args) Class Public methods

secrets

secrets() Instance Public methods Returns secrets added to config/secrets.yml. Example: development: secret_key_base: 836fa3665997a860728bcb9e9a1e704d427cfc920e79d847d79c8a9a907b9e965defa4154b2b86bdec6930adbe33f21364523a6f6ce363865724549fdfc08553 test: secret_key_base: 5a37811464e7d378488b0f073e2193b093682e4e21f5d6f3ae0a4e1781e61a351fdc878a843424e81c73fb484a40d23f92c8dafac4870e74ede6e5e174423010 production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> namespace: my_

cache_fragment_name

cache_fragment_name(name = {}, options = nil) Instance Public methods This helper returns the name of a cache key for a given fragment cache call. By supplying skip_digest: true to cache, the digestion of cache fragments can be manually bypassed. This is useful when cache fragments cannot be manually expired unless you know the exact key which is the case when using memcached.

supports_ddl_transactions?

supports_ddl_transactions?() Instance Public methods Does this adapter support DDL rollbacks in transactions? That is, would CREATE TABLE or ALTER TABLE get rolled back by a transaction? PostgreSQL, SQL Server, and others support this. MySQL and others do not.

def_alias 2

def_alias(slave, new_cmd, org_cmd, *args) Instance Public methods