Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rack 2.x compat #61

Merged
merged 1 commit into from
Sep 10, 2016
Merged

Rack 2.x compat #61

merged 1 commit into from
Sep 10, 2016

Conversation

macournoyer
Copy link
Contributor

rack/commonlogger was renamed to rack/common_logger in Rack 2.x, causing Shotgun to be unusable under Rack >= 2.0

But since Rack uses autoload, those requires aren't needed anyways.

Rack uses autoload, so those requires aren't needed. And `rack/commonlogger` was renamed to `rack/common_logger` in Rack 2.x, causing Shotgun to be unusable under Rack >= 2.0
@lauratpa
Copy link

lauratpa commented Jul 1, 2016

I just stumbled upon the exact same issue. So effectively this PR will also close #62

@amclain
Copy link

amclain commented Jul 8, 2016

+1. I ran into the same Rack 2.x issue.

@timriley
Copy link

timriley commented Aug 3, 2016

I can confirm this PR is working nicely. I've incorporated it into a (hopefully short-lived) fork of shotgun, just so there's an easy way for people to continue to install a development server that works with the latest Rack releases: https://rubygems.org/gems/notgun

Shotgun maintainers: if you need help cutting a new release, I'd be happy to put my hand up and take care of it for you 🙋. Shotgun's important to me and dry-rb as the preferred development server for dry-web-roda and I'd love to see the project continue to work 😄

@djanowski djanowski self-assigned this Sep 10, 2016
@djanowski djanowski merged commit 5894383 into rtomayko:master Sep 10, 2016
@djanowski
Copy link
Collaborator

Released as 0.9.2. Thank you and apologies for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants