respond_to_missing?

respond_to_missing?(*args) Class Public methods

remove_index

remove_index(options = {}) Instance Public methods Removes the given index from the table. Remove the index_table_name_on_column in the table_name table t.remove_index :column Remove the index named index_table_name_on_branch_id in the table_name table t.remove_index column: :branch_id Remove the index named index_table_name_on_branch_id_and_party_id in the table_name table t.remove_index column: [:branch_id, :party_id] Remove the index named by_branch_party in the table_name ta

revert

revert() Instance Public methods While executing the given block, the recorded will be in reverting mode. All commands recorded will end up being recorded reverted and in reverse order. For example: recorder.revert{ recorder.record(:rename_table, [:old, :new]) } # same effect as recorder.record(:rename_table, [:new, :old])

deep_munge

deep_munge(event) Instance Public methods

render_to_body

render_to_body(options = {}) Instance Public methods

navigation_behavior

navigation_behavior(error) Instance Protected methods This is the common behavior for formats associated with browsing, like :html, :iphone and so forth.

reverting?

reverting?() Instance Public methods

autoload_under

autoload_under(path) Instance Public methods

remove_hook_for

remove_hook_for(*names) Class Public methods Remove a previously added hook. remove_hook_for :orm

method_missing

method_missing(sym, *args, &block) Instance Public methods Send the missing method to time instance, and wrap result in a new TimeWithZone with the existing time_zone.