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

Restore Rails 2 support #304

Merged
merged 2 commits into from
Nov 28, 2016
Merged

Restore Rails 2 support #304

merged 2 commits into from
Nov 28, 2016

Conversation

solenko
Copy link

@solenko solenko commented Nov 23, 2016

All PRs:

  • Has tests
  • Documentation updated

When include ActionController::Base.include(::SecureHeaders) called from reiltie.rb,
SecuerHeaders.add_features not defined yet.
As a result class/instance methods won't added to ActionController::Base.

But introduced in commit 4aee15e

Wahen include ActionController::Base.include(::SecureHeaders) called from reiltie.rb,
SecuerHeaders.add_features not defined yet.

As a result class/instance methods won't added to ActionController::Base.

But introduced in commit 4aee15e
@solenko
Copy link
Author

solenko commented Nov 24, 2016

Build failure not related to my changes -- seems build for 2.x branch broken.
Do You plan to maintain this branch?

@oreoshake
Copy link
Contributor

oreoshake commented Nov 24, 2016 via email

@solenko
Copy link
Author

solenko commented Nov 24, 2016

Sorry, I forgot about US holydays. Build fixed.

Happy Thanksgiving!

@oreoshake oreoshake merged commit 56dc46d into github:2.x Nov 28, 2016
@oreoshake
Copy link
Contributor

Released in 2.5.3

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

2 participants