Skip to content

Instantly share code, notes, and snippets.

vagrant@lucid32:/vagrant$ launchy -d http://www.cnn.com
LAUNCHY_DEBUG: URI parsing pass 1 : http://www.cnn.com -> {:scheme=>"http", :user=>ni
l, :password=>nil, :host=>"www.cnn.com", :port=>nil, :path=>"", :query=>nil, :fragmen
t=>nil}
LAUNCHY_DEBUG: Checking if class Launchy::Application::Browser is the one for handles
?(http://www.cnn.com)}
LAUNCHY_DEBUG: Checking if class Launchy::Detect::HostOsFamily::Windows is the one fo
r matches?(linux-gnu)}
LAUNCHY_DEBUG: Checking if class Launchy::Detect::HostOsFamily::Darwin is the one for
matches?(linux-gnu)}
= bootstrap_form_for(@user) do |f|
= f.email_field :email
= f.password_field :password
= f.text_field :full_name
= f.submit