Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes/stimulus_reflex_table_filter
Demo app showing how you can filter a table in a Ruby on Rails app with StimulusReflex
https://github.com/andrewmcodes/stimulus_reflex_table_filter
action-cable actioncable annotate demo demo-app filter filters restaurant ruby ruby-on-rails standard standardrb stimulus-reflex stimulusjs stimulusreflex tailwindcss tests tutorial webpacker websockets
Last synced: 23 days ago
JSON representation
Demo app showing how you can filter a table in a Ruby on Rails app with StimulusReflex
- Host: GitHub
- URL: https://github.com/andrewmcodes/stimulus_reflex_table_filter
- Owner: andrewmcodes
- License: mit
- Created: 2019-10-11T22:57:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:16:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T09:52:25.062Z (about 1 month ago)
- Topics: action-cable, actioncable, annotate, demo, demo-app, filter, filters, restaurant, ruby, ruby-on-rails, standard, standardrb, stimulus-reflex, stimulusjs, stimulusreflex, tailwindcss, tests, tutorial, webpacker, websockets
- Language: Ruby
- Homepage: https://stimulus-reflex-table-filter.herokuapp.com
- Size: 1.01 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# README
## StimulusReflex
Make sure you checkout [StimulusReflex](https://github.com/hopsoft/stimulus_reflex) for more information on how this awesomeness was achieved.
You can find documentation on the project [here](https://docs.stimulusreflex.com). If you run into trouble, reach out to me on [Twitter](https://twitter.com/andrewmcodes) and I will try to help!
## Setup instructions
1. Dependencies
Make sure you have ruby, node, and postgres installed and running.
Here is what I am using:
```
➜ rbenv -v
rbenv 1.1.2➜ ruby -v
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin18]➜ nvm --version
0.35.0➜ node -v
v12.11.1➜ postgres --version
postgres (PostgreSQL) 11.5
```2. Clone the repo
```
git clone https://github.com/andrewmcodes/stimulus_reflex_table_filter
cd stimulus_reflex_table_filter
```3. `bundle install && yarn`
4. `rails db:create db:migrate db:seed`
5. `rails s`
6. Go to `localhost:3000` and see the magic.
7. Feel free to experiment and submit pull requests!
## Tutorial
This is still a work in progress, but the tutorial to create this can be found [here](TUTORIAL.md).
## Contributing
### Code of Conduct
Everyone interacting with StimulusReflex is expected to follow the [Code of Conduct](CODE_OF_CONDUCT.md)
### Coding Standards
This project uses [Standard](https://github.com/testdouble/standard) to minimize bike shedding related to code formatting.
Please run `bundle exec standardrb --fix` prior submitting pull requests.
### Contributing Guide
[Contributing Guide](/CONTRIBUTING.md)
## License
[MIT](/LICENSE.md)