Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krisquigley/poll-worker-for-changes
Rails tutorial on using Ajax to poll for file creation from a worker.
https://github.com/krisquigley/poll-worker-for-changes
Last synced: 3 days ago
JSON representation
Rails tutorial on using Ajax to poll for file creation from a worker.
- Host: GitHub
- URL: https://github.com/krisquigley/poll-worker-for-changes
- Owner: krisquigley
- Created: 2015-11-25T11:39:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T16:23:04.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T01:44:15.917Z (7 months ago)
- Language: Ruby
- Homepage: http://www.krisquigley.co.uk/2015/12/08/polling-for-file-generation.html
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a small project to show how to use Ajax to poll for file generation from a worker class.
### Setup
1. Clone the repo `git clone https://github.com/krisquigley/poll-worker-for-changes.git`
2. Install gems `bundle install`
3. Boot up the app `./bin/boot`
4. Set up the database `rake db:setup`
5. Check everything is working correctly `rspec spec/`