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

[ci skip] Fixing all <x> based occurances to <x>-based #42485

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

AdityaBhutani
Copy link
Contributor

Summary

Fixed all based occurances to -based

as Suggested in 42479

@@ -6433,7 +6433,7 @@ Tween.propHooks = {
};

// Support: IE9
// Panic based approach to setting things on disconnected nodes
// Panic-based approach to setting things on disconnected nodes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is third party code. No need to update it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh got It. Updated.

Copy link
Member

@zzak zzak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please squash your commits?

@@ -819,7 +819,7 @@ Please refer to the [Changelog][active-support] for detailed changes.
`Numeric#from_now`.
([Commit](https://github.com/rails/rails/commit/f1eddea1e3f6faf93581c43651348f48b2b7d8bb))

* Removed deprecated string based terminators for `ActiveSupport::Callbacks`.
* Removed deprecated string-based terminators for `ActiveSupport::Callbacks`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need to update these old release notes files.

@AdityaBhutani AdityaBhutani force-pushed the correct-all-x-based-occurances branch from e8886a4 to 32af6ad Compare June 16, 2021 13:46
@zzak zzak merged commit f8e45f9 into rails:main Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants