https://github.com/marcoroth/stimulus_reflex_controller_params
https://github.com/marcoroth/stimulus_reflex_controller_params
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcoroth/stimulus_reflex_controller_params
- Owner: marcoroth
- Created: 2021-01-24T22:14:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T22:15:37.000Z (over 5 years ago)
- Last Synced: 2026-05-30T02:26:42.601Z (21 days ago)
- Language: Ruby
- Homepage: https://boiling-waters-98986.herokuapp.com
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StimulusReflex test harness app
Purpose: Verify a bare-bones SR application. Branch it to build MCVEs.
Prerequisites: Postgres and Redis
Preamble: `bundle config local.stimulus_reflex /path/to/stimulus_reflex`
Point your `stimulus_reflex` to the correct local branch in `Gemfile`
To install: `bundle install && yarn install && rake db:setup && rake db:migrate`
Optional: `bin/webpack-dev-server`
To run: `rails s`
Notes!
If webpacker is giving you trouble, please compile a build version by following the instructions in https://docs.stimulusreflex.com/setup#running-edge
This was generated initially with: `rails new harness --skip-sprockets --skip-spring --skip-coffee --webpack=stimulus --skip-action-mailbox --skip-action-mailer --skip-active-storage --skip-test --skip-action-text --skip-turbolinks --skip-bootsnap`
I'll probably come to regret not including Turbolinks but I wanted everything stripped-down and side-effect free.
I realize that it might seem odd to have a repo intended for MCVEs to have no testing infrastructure set up. As a not-experienced programmatic tester, it seems like I'm the wrong person to tell you how to test what you want to test.