Mock out what we need from AR::Base.
rename_table(table_name, new_name) Instance Public methods Renames a table.
sanitize_sql(condition, table_name = self.table_name) Instance Protected methods Also
rename_column_indexes(table_name, column_name, new_column_name) Instance Protected methods
clear() Instance Public methods
first(*args) Instance Public methods Returns the first record, or the first
supports_explain?() Instance Public methods Does this adapter support explain
unscope(*args) Instance Public methods Removes an unwanted relation that is
allowed_index_name_length() Instance Public methods Returns 62. SQLite supports
changed_for_autosave?() Instance Public methods Returns whether or not this
type_cast(value) Instance Public methods
Page 41 of 100