Skip to content

backend-development/rails-example-recipes-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes

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 !!!

About

an example rails app to learn about using javascript (es6) and ajax in rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published