Betterment / demo_mode

A configurable demo mode for your Rails app. Specify your desired "personas" and Demo Mode will handle the rest.
MIT License
23 stars 8 forks source link

Add cli-ui gem dependency #23

Closed pat-whitrock closed 1 month ago

pat-whitrock commented 1 month ago

The Developer CLI uses cli-ui, but doesn't include it as a dependency, thus requiring the vendoring app to depend on that gem directly in order to leverage the CLI.

Running bundle exec rails persona:create from a project that doesn't depend on cli-ui currently produces the following error:

NameError: uninitialized constant DemoMode::Clis::MultiWordSearchPatch::CLI (NameError)

      CLI::UI::Prompt.const_get(:InteractiveOptions)
             ^^^^^^^^