Rails Pixels App is a creative way to demonstrate the use of ActiveJobs and TurboStream in a Rails application.
To demonstrate these functionalities, we render pixels on the screen in real time, processing the data in the background and sending the result to the client via Turbo.
- Clone this repository
- Install dependencies with
bundle install
- Run the migrations with
rails db:migrate
- Populate the database
rails db:seed
- Run the server with
./bin/dev
- Visit http://localhost:3000
- Ready to Use
Feel free to customize this application.
Check the tutorial step by step in