Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/`