Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

deployed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deployed

bundlerRubyGems.org
Version
0.1.3
Version published
Maintainers
1
Created
Source

Deployed

Gem Version

Deployed is a web interface for the deployment library, Kamal.

Here is a quick video demo: https://x.com/geetfun/status/1716109581619744781?s=20

Requirements

Ruby on Rails

Installation

Add this line to your application's Gemfile:

group :development do
  gem 'kamal'
  gem 'deployed'
end

Usage

Add the following to your app's routes file:

Rails.application.routes.draw do
  if Rails.env.development? && defined?(Deployed)
    mount(Deployed::Engine => '/deployed')
  end

  # Your other routes...
end

Next, head to http://localhost:3000/deployed

Development

Run bin/setup to bootstrap the development environment.

To run tests: bundle exec rake app:test. Currently there are no tests, but some will be added soon.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 26 Oct 2023

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