https://github.com/driftingruby/191-inline-editing-records
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.
https://github.com/driftingruby/191-inline-editing-records
javascript rails-ujs ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.
- Host: GitHub
- URL: https://github.com/driftingruby/191-inline-editing-records
- Owner: driftingruby
- Created: 2019-06-03T05:13:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:20:14.000Z (over 2 years ago)
- Last Synced: 2025-03-21T13:13:24.986Z (2 months ago)
- Topics: javascript, rails-ujs, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/inline-editing-records
- Size: 926 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...