accessing_action_name_in_template() Instance Public methods
add_expr(src, code, indicator) Instance Public methods Erubis toggles <%= and <%== behavior when escaping is enabled. We override to always treat <%== as escaped.
quoted_true() Instance Public methods
conditional_hello_with_expires_in_with_must_revalidate() Instance Public methods
conditional_hello_with_expires_in_with_public_with_more_keys() Instance Public methods
deep_dup() Instance Public methods Returns a deep copy of array. array = [1, [2, 3]] dup = array.deep_dup dup[1][2] = 4 array[1][2] # => nil dup[1][2] # => 4
type_cast(value) Instance Public methods
reverse_merge!(other_hash) Instance Public methods Same semantics as reverse_merge but modifies the receiver in-place.
discard(k = nil) Instance Public methods Marks the entire flash or a single flash entry to be discarded by the end of the current action: flash.discard # discard the entire flash at the end of the current action flash.discard(:warning) # discard only the "warning" entry at the end of the current action
render_text_hello_world() Instance Public methods :ported:
Page 48 of 2275