a ruby on rails 5.0 example app to learn about the asset pipeline.
clone this repository, then
bundle
rails db:migrate
rails server
now point your browser at the homepage at http://localhost:3000/ or at http://localhost:3000/todo.html
You will be asked to
- load seed data
- explore the unobstrusive javascript created by the rails scaffold
- configure the app to use EcmaScript 6 (ES6)
- write your own nobstrusive javascript that calls a ES6 class
- Use AJAX to create and "inline editing form"
- switch on Turbolinks
but for the details really read http://localhost:3000/todo.html !!!