see

see() Instance Public methods

touch

touch(name = nil) Instance Public methods Saves the record with the updated_at/on attributes set to the current time. Please note that no validation is performed and only the after_touch, after_commit and after_rollback callbacks are executed. If an attribute name is passed, that attribute is updated along with updated_at/on attributes. product.touch # updates updated_at/on product.touch(:designed_at) # updates the designed_at attribute and updated_at/on If used alon

replace

replace(enum) Instance Public methods Replaces the contents of the set with the contents of the given enumerable object and returns self.

root

root() Instance Public methods

unshift

unshift( object ) Instance Public methods

add_stmt

add_stmt(src, code) Instance Public methods

select_day

select_day(date, options = {}, html_options = {}) Instance Public methods Returns a select tag with options for each of the days 1 through 31 with the current day selected. The date can also be substituted for a day number. If you want to display days with a leading zero set the :use_two_digit_numbers key in options to true. Override the field name using the :field_name option, 'day' by default. my_date = Time.now + 2.days # Generates a select field for days that defaults to the d

skip_action_callback

skip_action_callback(*names) Instance Public methods Skip before, after, and around action callbacks matching any of the names Aliased as skip_filter. Parameters names - A list of valid names that could be used for callbacks. Note that skipping uses Ruby equality, so it's impossible to skip a callback defined using an anonymous proc using skip_filter skip_filter

entry_hidden?

entry_hidden?() Instance Public methods

dialog

dialog(keys={}) Instance Public methods