houdini/gems/bess
2021-04-23 12:59:42 -05:00
..
bin Test bess specs on PR 2021-03-08 17:20:24 -06:00
lib Move info about the hoster into its own module 2021-04-23 12:59:42 -05:00
spec Test bess specs on PR 2021-03-08 17:20:24 -06:00
.gitignore Runs bundle install on bess build 2021-03-08 17:20:24 -06:00
.rspec Add Rspec support to bess 2021-03-08 17:20:24 -06: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 Test bess specs on PR 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 Test bess specs on PR 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