Skip to content

lortza/single_page_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Rails 5 app using AJAX to perform all CRUD actions from the index page.

App Stats

  • Rails 5.0.6
  • Ruby 2.4.2
  • PostgreSQL ~> 0.18

Features

  • Main page is index of critters in a bootstrap table
  • "New Critter" button loads a form on the page and then submits data via AJAX to have new records appear on the page w/o reload
  • "Edit" button loads a form in the table under the record being edited and then submits data via AJAX to have updated records appear on the page w/o reload
  • "Delete" destroys the record via AJAX

Tutorials

I wrote a series of blog posts explaining how to build this app:

About

This is a Rails 5 app using AJAX to perform all CRUD actions from the index page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published