https://github.com/ylecuyer/bugged-puma-plugin
Test repo to illustrate this issue: https://github.com/puma/puma/issues/1761
https://github.com/ylecuyer/bugged-puma-plugin
Last synced: about 2 months ago
JSON representation
Test repo to illustrate this issue: https://github.com/puma/puma/issues/1761
- Host: GitHub
- URL: https://github.com/ylecuyer/bugged-puma-plugin
- Owner: ylecuyer
- Created: 2019-04-04T08:11:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T08:25:06.000Z (about 6 years ago)
- Last Synced: 2025-01-19T07:32:42.124Z (3 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone the project
bundle install
./bin/puma
see the stack_trace```
ylecuyer@hawk:~/Projects/bugged-puma-plugin$ ./bin/puma -p 5000
* Pruning Bundler environment
Traceback (most recent call last):
15: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/bin/puma-wild:29:in `'
14: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/bin/puma-wild:29:in `new'
13: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/cli.rb:71:in `initialize'
12: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/cli.rb:71:in `new'
11: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/launcher.rb:61:in `initialize'
10: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/configuration.rb:194:in `load'
9: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/configuration.rb:194:in `each'
8: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/configuration.rb:194:in `block in load'
7: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/dsl.rb:43:in `_load_from'
6: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/dsl.rb:43:in `instance_eval'
5: from config/puma.rb:1:in `_load_from'
4: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/dsl.rb:79:in `plugin'
3: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/configuration.rb:274:in `load_plugin'
2: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/plugin.rb:12:in `create'
1: from /home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/plugin.rb:47:in `find'
/home/ylecuyer/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/puma-3.12.1/lib/puma/plugin.rb:50:in `rescue in find': Unable to find plugin: heroku (Puma::UnknownPlugin)
```