Flowdock
method

resolve_url_connection

Importance_1
v4.1.8 - Show latest stable - 0 notes - Class: Resolver
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.