Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for Rails 5.0.0.beta2 #166

Merged
merged 2 commits into from
Feb 21, 2016
Merged

Add support for Rails 5.0.0.beta2 #166

merged 2 commits into from
Feb 21, 2016

Conversation

benlovell
Copy link
Collaborator

Thankfully, Rails 5 support was simply a drop-in change.

Testing this in a basic sample application yields the expected results.

@benlovell benlovell self-assigned this Feb 20, 2016
@benlovell benlovell force-pushed the rails-5 branch 2 times, most recently from 966026f to 949979d Compare February 20, 2016 21:28
@benlovell benlovell changed the title Add support for Rails 5.0.0.beta2 [WIP] Add support for Rails 5.0.0.beta2 Feb 20, 2016
Thankfully, Rails 5 support was mostly a drop-in change. It did however,
require some build shuffling to support JRuby.

Rack 2 alpha now requires `2.2.2` support as minimum. Unfortunately,
jrubies pre-9000 didn't support `2.2.2` we'll need to explicitly build
against `9.0.4.0`. We'll still provide support for JRuby of older
vintages, but given Rack's needs this won't extend to Rails 5 also.

Closes #165.
@benlovell benlovell changed the title [WIP] Add support for Rails 5.0.0.beta2 Add support for Rails 5.0.0.beta2 Feb 21, 2016
I noticed I'd incorrectly formatted the last few entries. Turns out
GitHub flavoured markdown isn't interpreted in regular markdown files.

I'll correct these in a separate PR.
benlovell added a commit that referenced this pull request Feb 21, 2016
Add support for Rails `5.0.0.beta2`
@benlovell benlovell merged commit 500052e into master Feb 21, 2016
@benlovell benlovell deleted the rails-5 branch February 21, 2016 10:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant