houdini/gems/bess
2021-03-08 17:20:24 -06:00
..
bin Upgrade to a real engine 2021-03-08 17:20:24 -06:00
lib Correct bug preventing bess from being tested 2021-03-08 17:20:24 -06: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 Upgrade rails on bess 2021-03-08 17:20:24 -06:00
Gemfile Upgrade rails on bess 2021-03-08 17:20:24 -06: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 Upgrade to a real engine 2021-03-08 17:20:24 -06:00
README.md Add Wikipedia link to Bess Houdini in bess README.md 2020-10-22 13:26:45 -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