houdini/gems/bess
2020-07-06 17:14:41 -05:00
..
bin Add Bess using bin/rails plugin new gems/bess --api --skip-bootsnap --skip-test --skip-turbolinks -CJSCPOM --skip-bootsnap --skip-active-storage --skip-spring --skip-listen --skip-action-text --skip-action-mailbox --skip-gemfile 2020-06-10 17:10:19 -05:00
lib Remove Gemfile, fix bugs in gemspec 2020-07-06 17:14:41 -05:00
spec Shorten license definition 2020-06-15 10:26:57 -05:00
.gitignore Add Bess using bin/rails plugin new gems/bess --api --skip-bootsnap --skip-test --skip-turbolinks -CJSCPOM --skip-bootsnap --skip-active-storage --skip-spring --skip-listen --skip-action-text --skip-action-mailbox --skip-gemfile 2020-06-10 17:10:19 -05:00
AGPL-3.0.txt Add Bess using bin/rails plugin new gems/bess --api --skip-bootsnap --skip-test --skip-turbolinks -CJSCPOM --skip-bootsnap --skip-active-storage --skip-spring --skip-listen --skip-action-text --skip-action-mailbox --skip-gemfile 2020-06-10 17:10:19 -05:00
bess.gemspec Correct the license metadata on bess 2020-06-17 13:18:34 -05:00
GPL-3.0.txt Add Bess using bin/rails plugin new gems/bess --api --skip-bootsnap --skip-test --skip-turbolinks -CJSCPOM --skip-bootsnap --skip-active-storage --skip-spring --skip-listen --skip-action-text --skip-action-mailbox --skip-gemfile 2020-06-10 17:10:19 -05:00
LGPL-3.0.txt Add Bess using bin/rails plugin new gems/bess --api --skip-bootsnap --skip-test --skip-turbolinks -CJSCPOM --skip-bootsnap --skip-active-storage --skip-spring --skip-listen --skip-action-text --skip-action-mailbox --skip-gemfile 2020-06-10 17:10:19 -05:00
LICENSE Shorten license definition 2020-06-15 10:26:57 -05:00
Rakefile Shorten license definition 2020-06-15 10:26:57 -05:00
README.md Put most of bess into the Houdini module 2020-06-11 15:09:54 -05:00

Bess

In order to simplify and make Houdini extensible, we move some of Houdini's setup and configuration into a separate Gem. We call this support library Bess, in honor of Harry Houdini's wife and long-time assistant, Bess Houdini.

Usage

Everything you can get via Bess is accessible via the Houdini module in the main houdini app.

Installation

This really should only be used in Houdini itself for now.

gem 'bess', path: 'gems/bess'

And then execute:

$ bundle