https://github.com/rails/spring-watcher-listen
https://github.com/rails/spring-watcher-listen
Keywords from Contributors
activejob activerecord mvc rubygems rack ruby-gem rspec xslt xerces sax
Last synced: about 7 hours ago
JSON representation
Repository metadata
- Host: GitHub
- URL: https://github.com/rails/spring-watcher-listen
- Owner: rails
- License: mit
- Created: 2014-11-15T14:55:24.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T19:39:16.000Z (over 3 years ago)
- Last Synced: 2026-02-24T23:39:28.406Z (7 days ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 65
- Watchers: 8
- Forks: 34
- Open Issues: 5
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
README.md
Listen watcher for Spring
This gem makes Spring watch the
filesystem for changes using Listen
rather than by polling the filesystem.
On larger projects this means spring will be more responsive, more accurate and use less cpu on local filesystems.
(NFS, shared VM folders and user file systems will still need polling)
Listen 2.7 and higher and 3.0 are supported.
If you rely on Listen 1 you can use v1.0.0 of this gem.
Environment variables
DISABLE_SPRING_WATCHER_LISTEN- If set, this disables the loading of this gem. This can be useful for projects where
some configurations do not support inotify (e.g. Docker on M1 Macs).
Installation
Stop Spring if it's already running:
$ spring stop
Add this line to your application's Gemfile:
gem 'spring-watcher-listen', group: :development
And then execute:
$ bundle
Owner metadata
- Name: Ruby on Rails
- Login: rails
- Email:
- Kind: organization
- Description:
- Website: https://rubyonrails.org/
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/4223?v=4
- Repositories: 116
- Last ynced at: 2023-04-09T03:40:20.529Z
- Profile URL: https://github.com/rails
GitHub Events
Total
- Pull request event: 1
- Fork event: 1
- Issues event: 1
- Watch event: 2
Last Year
- Issues event: 1
- Watch event: 1
Committers metadata
Last synced: about 17 hours ago
Total Commits: 35
Total Committers: 13
Avg Commits per committer: 2.692
Development Distribution Score (DDS): 0.743
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Jon Leighton | j@j****m | 9 |
| Rafael Mendonça França | r****l@r****g | 7 |
| Frederick Cheung | f****g@g****m | 5 |
| Cezary Baginski | c****y@c****t | 5 |
| Vít Ondruch | v****h@r****m | 1 |
| Tim Dorr | t****r | 1 |
| Rob Thornton | r****n@s****m | 1 |
| Jun Aruga | j****a@r****m | 1 |
| Jeroen Jacobs | g****b@j****e | 1 |
| Jeremy Daer | j****r@g****m | 1 |
| Cyril Duez | c****z@g****m | 1 |
| Brian John | b****n@b****m | 1 |
| 284km | k****0@g****m | 1 |
Committer domains:
- redhat.com: 2
- brianjohn.com: 1
- jeroenj.be: 1
- shopify.com: 1
- chronomantic.net: 1
- rubyonrails.org: 1
- jonathanleighton.com: 1
Issue and Pull Request metadata
Last synced: 2 months ago
Total issues: 21
Total pull requests: 18
Average time to close issues: over 2 years
Average time to close pull requests: about 1 year
Total issue authors: 19
Total pull request authors: 15
Average comments per issue: 2.86
Average comments per pull request: 2.72
Merged pull request: 13
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- junaruga (3)
- wjordan (1)
- dreyks (1)
- winni2k (1)
- tdeo (1)
- jonleighton (1)
- aedryan (1)
- aripollak (1)
- diei (1)
- benaubin (1)
- alex-grover (1)
- voxik (1)
- RobinClowers (1)
- technicalpickles (1)
- neves (1)
Top Pull Request Authors
- quadule (2)
- e2 (2)
- afdev82 (2)
- jeroenj (1)
- voxik (1)
- jeremy (1)
- junaruga (1)
- rafaelfranca (1)
- 284km (1)
- fcheung (1)
- timdorr (1)
- cduez (1)
- f1sherman (1)
- robthornton (1)
- alexeyramazanov (1)
Top Issue Labels
Top Pull Request Labels
Dependencies
- spring >= 0
- activesupport >= 0 development
- bundler ~> 2.0 development
- rake >= 0 development
- listen >= 2.7, < 4.0
- spring >= 1.2, < 4.0
Score: 6.8134445995108965
