0.0
No release in over 3 years
Low commit activity in last 3 years
Project Management tools that integrate into your developer workflow
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5.0
~> 1.12
~> 1.7.3
~> 4.7.1
~> 10.0
~> 3.0
~> 0.9.2
 Project Readme

Superconductor

Superconductor is a Workflow and Project Management tool.

It is written in rust-lang/rust and you currently have to compile the dylib manually. Install rust-lang/rust and rust-lang/cargo and then run ./bin/start.

From the documentation, you can Try Superconductor.

To compile the release build for use by the gem, run ./bin/release.

Superconductor

Installation

Add this line to your application's Gemfile:

gem 'superconductor'

And then execute:

$ bundle

Or install it yourself as:

$ gem install superconductor

For more information, see Contributing.

Usage

Ruby on Rails

In your config/environments/development.rb file, add {Superconductor::Middleware}

config.middleware.insert_before(ActionDispatch::DebugExceptions, Superconductor::Middleware)

Rack

require 'superconductor'

use Superconductor::Middleware
run MyApp

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jadencarver/superconductor.

License

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