Open
Conversation
Update README
alias method rails 5 version of params methods
This is only needed for local development. It does not impact what version of gems are installed in apps that use this gem.
Replace the version specific params methods with something that will probably require less maintenance. And works for Rails 5. * Also update for Rails 5 compatibility, and adds Rails 5 to the Travis build matrix.
No more support for < 5.0
Also add rubocop as a dev dep
This commit will not work with dsa open ssl keys yet
Allow `app.live_build` to be optional.
`FrontEndBuilds::App.live_build` is now optional. This resolves issues with Rails 5 clients that have `Rails.application.config.active_record.belongs_to_required_by_default` enabled.
This was missed in 6ea7c61
Push TED-specific updates to our private server
…ility v1.0.5 - Rails 6 compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Biggest thing here is that I've pulled in their OpenSSL2 support changes over ours.