Socket
Book a DemoInstallSign in
Socket

tunnlr_connector

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tunnlr_connector

1.0.4
bundlerRubygems
Version published
Maintainers
1
Created
Source

TunnlrConnector

TunnlrConnector is a plugin to make connecting to the Tunnlr service easy an painless.

It requires the net::ssh v2 plugin. To install, execute

gem install --source http://gems.jamisbuck.org net-ssh

To run autoconfigure, it also requires the highline gem which is installed as part of capistrano.

Installation

Rails 2

Add the gem to config/development.rb

config.gem 'tunnlr_connector', :lib => false

And add the following to the end of Rakefile

begin
  require 'tunnlr'
  Tunnlr.load_tasks if defined?(Tunnlr)
rescue LoadError => loaderror
  $stderr.puts %{Couldn't load tunnlr}
end

Rails 3

Add the gem to the development group of your Gemfile

gem 'tunnlr_connector', :require => "tunnlr"

That's it!

Example

To autoconfigure, run

rake tunnlr:configure

and enter the email address and password associated with your tunnlr account.

To create a tunnel, run

rake tunnlr:start

Questions or problems? Contact support@tunnlr.com

Copyright (c) 2008 Elevated Rails, released under the MIT license

FAQs

Package last updated on 07 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.