Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onpaws/undoer
Finally, undo/redo in a web app
https://github.com/onpaws/undoer
Last synced: 24 days ago
JSON representation
Finally, undo/redo in a web app
- Host: GitHub
- URL: https://github.com/onpaws/undoer
- Owner: onpaws
- Created: 2014-09-18T17:08:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T23:26:11.000Z (over 8 years ago)
- Last Synced: 2023-03-12T06:34:30.125Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
This is a basic blog that has a Post model.
Users can undo/redo changes to the model (check the flash messages).== NOTES
The seed file will generate a few sample Posts.* Ruby version
Tested on Ruby 2.1.2, Rails 4.1.6