Skip to content

Rails Pixels App is a creative way to demonstrate the use of ActiveJobs and ActionCable 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 ActionCable.

Notifications You must be signed in to change notification settings

lucasgeron/rails-pixels-app

Repository files navigation

Rails Pixels App

rails Pixels Demo App

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.

Installation

  • 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.

Tutorial Step by Step

Check the tutorial step by step in

About

Rails Pixels App is a creative way to demonstrate the use of ActiveJobs and ActionCable 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 ActionCable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published