Skip to content

DavidColby/player_sorting_frames

Repository files navigation

This repo demonstrates using Ruby on Rails and Turbo Frames to create a sortable table. The code in this repo is intended to accompany the tutorial originally published on my blog.

To follow along with the tutorial, work from the main branch.

The final, working implementation lives in the sortable branch.

Project setup

After cloning this repo:

bundle install
rails db:create && db:migrate

Start the server and compile assets with bin/dev

After setup, visit http://localhost:3000/players.

The final implementation can also be seen on Heroku.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published