https://github.com/driftingruby/075-drag-and-drop-with-interact-js
Using Interact.js to create draggable and droppable items in our view, we can use AJAX callbacks on events to interact with our Ruby on Rails application. Also, learn how to use Ruby Assets to manage our Javascript Libraries.
https://github.com/driftingruby/075-drag-and-drop-with-interact-js
javascript rails-asset-pipeline ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
Using Interact.js to create draggable and droppable items in our view, we can use AJAX callbacks on events to interact with our Ruby on Rails application. Also, learn how to use Ruby Assets to manage our Javascript Libraries.
- Host: GitHub
- URL: https://github.com/driftingruby/075-drag-and-drop-with-interact-js
- Owner: driftingruby
- Created: 2017-04-10T02:13:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T00:27:11.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T08:31:31.814Z (over 1 year ago)
- Topics: javascript, rails-asset-pipeline, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/drag-and-drop-with-interact-js
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
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
* ...