houdini/gems/bess
2021-01-27 12:57:31 -06: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 Add documentation to Houdini::EventPublisher 2021-01-12 13:26:26 -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 Loosen the rails dependencies for bess and houdini_full_contact 2021-01-06 17:15:20 -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 Correct another bug in the template license comments 2021-01-27 12:57:31 -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