kilobytes() Instance Public methods Also aliased as: kilobyte
partials_list() Instance Public methods :ported:
type() Instance Public methods
sti_name() Instance Public methods
new(lhs_class, rhs_class_name) Class Public methods
add_column(table_name, column_name, type, options = {}) Instance Public methods Adds a new column to the named table. See ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::TableDefinition#column for details of the options you can use.
finish(name, payload) Instance Public methods Send a finish notification with name and payload.
distinct(value = true) Instance Public methods Specifies whether the records should be unique or not. For example: User.select(:name) # => Might return two records with the same name User.select(:name).distinct # => Returns 1 record per distinct name User.select(:name).distinct.distinct(false) # => You can also remove the uniqueness uniq
read_store_attribute(store_attribute, key) Instance Protected methods
reverse_update(other_hash) Instance Public methods Alias for: reverse_merge!
Page 92 of 2275