Flowdock
method

resolve_url_connection

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Resolver

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

resolve_url_connection(url) private

Takes a connection URL.

Resolver.new({}).resolve_url_connection("postgresql://localhost/foo")
# => { "host" => "localhost", "database" => "foo", "adapter" => "postgresql" }
Show source
Register or log in to add new notes.