We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to install Launchy
From the terminal:
sudo gem install launchy
Or if you want it in your rails project, addd it to your test/development environment:
gem 'launchy'
Add the above to your Gemfile in your rails app (it's contained in the root directory of your rails app).
And to call it:
launchy www.google.com
Many thanks to this webpage as my source: http://stuff-things.net/2015/02/26/launchy/