abstract_adapter.rb

Path: lib/active_record/connection_adapters/abstract_adapter.rb
Last Update: Wed Oct 12 06:32:16 UTC 2005

Required files

benchmark   date   rubygems  

Methods

Public Instance methods

Method that requires a library, ensuring that rubygems is loaded This is used in the database adaptors to require DB drivers. Reasons: (1) database drivers are the only third-party library that Rails depend upon (2) they are often installed as gems

[Validate]