Skip to content

jadencarver/superconductor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
doc
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Superconductor is a Workflow and Project Management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published