Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleander/rails-5-action-cable-fail
Rails Github Issue #22897
https://github.com/oleander/rails-5-action-cable-fail
Last synced: about 2 months ago
JSON representation
Rails Github Issue #22897
- Host: GitHub
- URL: https://github.com/oleander/rails-5-action-cable-fail
- Owner: oleander
- Created: 2016-01-03T00:08:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T00:25:48.000Z (about 9 years ago)
- Last Synced: 2023-04-10T09:39:51.761Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://github.com/rails/rails/issues/22897
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Rails issue #22897](https://github.com/rails/rails/issues/22897)
## Start
1. Ensure Ruby 2.2.4+ is installed.
2. Install deps. `bundle install`
3. Start redis. `redis-server`
4. Start rails. `rails s`## How to reproduce
1. Visit [localhost:3000/pages/index](http://localhost:3000/pages/index)
2. Wait 5 second for the page to load.
3. Reload the page.**Expected**: The text `This is a background job` should be displayed in step 2.
**Happens**: The text is shown when the page is reloaded in step 3.