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

Use BasicObject instead of BlankSlate #15

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

voxik
Copy link

@voxik voxik commented Mar 16, 2021

BlankSlate is useles for Ruby 1.9+, where BasicObject is available, as mentioned in jimweirich#24

This is different way of fixing #13

BlankSlate is useles for Ruby 1.9+, where BasicObject is available.
@tenderlove tenderlove merged commit e233577 into rails:master Feb 20, 2024
Earlopain added a commit to Earlopain/rails that referenced this pull request Apr 22, 2024
This has actually been removed from the builder gem in rails/builder#15
Additionally, `BasicObject` will be more familiar to users.
carlosantoniodasilva added a commit to rails/rails that referenced this pull request Apr 22, 2024
Remove reference to builders BlankSlate

This has actually been removed from the builder gem in rails/builder#15 (currently unreleased). Additionally, BasicObject will be more familiar to users.

[ci skip]
fractaledmind pushed a commit to fractaledmind/rails that referenced this pull request May 13, 2024
This has actually been removed from the builder gem in rails/builder#15
Additionally, `BasicObject` will be more familiar to users.
xjunior pushed a commit to xjunior/rails that referenced this pull request Jun 9, 2024
This has actually been removed from the builder gem in rails/builder#15
Additionally, `BasicObject` will be more familiar to users.
jianbo pushed a commit to jianbo/fix-association-initialize-order that referenced this pull request Jul 8, 2024
This has actually been removed from the builder gem in rails/builder#15
Additionally, `BasicObject` will be more familiar to users.
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