File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,9 @@ Demo rails app to explore different approaches to implement a list with paginati
4
4
5
5
## Details
6
6
7
- Replace Turbolinks with TurboDrive .
7
+ You can check the different approaches, from the simplest one to the more advanced one .
8
8
9
- Based on https://github.com/hotwired/turbo-rails
10
-
11
- ```
12
- Add the turbo-rails gem to your Gemfile: gem 'turbo-rails'
13
- Run ./bin/bundle install
14
- Run ./bin/rails turbo:install
15
- ```
16
- - Remove data-remote from form
17
- - Remove ` turbolinks:load ` event listener
18
-
19
- Features:
20
- - Links handled by turbolinks
21
- - GET forms handled by turbolinks
9
+ - [ 00-base] ( https://github.com/ceritium/rails-demo-list/tree/00-base )
10
+ - [ 01-disable-turbolinks] ( https://github.com/ceritium/rails-demo-list/tree/01-disable-turbolinks ) - [ DIFF] ( https://github.com/ceritium/rails-demo-list/compare/00-base...01-disable-turbolinks?expand=1 )
11
+ - [ 02-turbolinks-get-forms] ( https://github.com/ceritium/rails-demo-list/tree/02-turbolinks-get-forms ) - [ DIFF] ( https://github.com/ceritium/rails-demo-list/compare/01-disable-turbolinks...02-turbolinks-get-forms?expand=1 )
12
+ - [ 03-turbodrive] ( https://github.com/ceritium/rails-demo-list/tree/03-turbodrive ) - [ DIFF] ( https://github.com/ceritium/rails-demo-list/compare/02-turbolinks-get-forms...03-turbodrive?expand=1 )
You can’t perform that action at this time.
0 commit comments