-
Notifications
You must be signed in to change notification settings - Fork 455
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
Fix for Issue #318: Strict mass-assignment protection preventing display of object #380
Open
obourdon
wants to merge
16
commits into
awesome-print:master
Choose a base branch
from
obourdon:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
obourdon
changed the title
Fix for #318
Fix for Issue #318: Strict mass-assignment protection preventing display of object
Apr 6, 2020
BryanH
approved these changes
Oct 9, 2020
BryanH
approved these changes
Oct 9, 2020
BryanH
approved these changes
Oct 9, 2020
obourdon
force-pushed
the
master
branch
2 times, most recently
from
January 26, 2023 12:54
fec4935
to
9727934
Compare
* Removed rubys 2.4 and earlier * Updated docs with changes Co-authored-by: Bryan Hanks, PMP <[email protected]>
This change in IRB changed the method #output_value signature in an incompatible way; fixed
* Added rails 6.0 and 6.1 to travis * Added rails 6 support files * Added data for rais 6.x tests * Rails 6 date helper includes float seconds * Updated actionview test for rails 6.1 Co-authored-by: Bryan Hanks, PMP <[email protected]>
* Added mongoid 7 gemsets; ignore vendor/bundle * Added specs for Mongoid 7x * Added missing gemfiles Co-authored-by: Bryan Hanks, PMP <[email protected]>
* Update CHANGELOG.md Added credit for PR and tag release * Added additional rubies for Continuous integration; cleaned up travis config * Updated travis config with more rubies * Allow failures in wrong place * Another typo * Restore monoid_4.0 gemfile * Removed travis config for mongoid 4 * Ruby 2.7 can fail CI until we can get it working * Fixed allow failures syntax Co-authored-by: Bryan Hanks, PMP <[email protected]>
Co-authored-by: Bryan Hanks, PMP <[email protected]>
* Updated nokogiri due to vulnerability scan failures: CVE-2016-4658, CVE-2019-11068 and CVE-2019-5477. * Updated to support most recent version
* Added canonical for rubygems * Bumped version for release
Mention how `.pryrc` can be used so that a project always uses awesome_print. (I'm checking that file in for myself and my teammates.)
Update revision
obourdon
force-pushed
the
master
branch
3 times, most recently
from
January 26, 2023 15:12
ce76a32
to
2bd355e
Compare
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.
No description provided.