Class: HTM::ActiveRecordConfig¶
Inherits: Object
ActiveRecord database configuration and model loading
Class Methods¶
connected?()¶
Check if connection is established and active
@return [Boolean]
connection_stats()¶
Get connection pool statistics
disconnect!()¶
Close all database connections
establish_connection!()¶
Establish database connection from config/database.yml
load_database_config()¶
Load and parse database configuration from YAML with ERB
verify_extensions!()¶
Verify required extensions are available