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

Remove ApplicationController.helpers prefix #1527

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

justin808
Copy link
Member

@justin808 justin808 commented Feb 24, 2023

This reverts commit 6753c84.

This is reverted to push out the release without this change.


This change is Reviewable

@@ -327,7 +327,8 @@ def load_pack_for_component(component_name)
end

ReactOnRails::WebpackerUtils.raise_nested_entries_disabled unless ReactOnRails::WebpackerUtils.nested_entries?

puts "ZYXXYZ" if @self.nil?
Copy link
Member Author

Choose a reason for hiding this comment

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

why @self and not self?

Copy link
Contributor

Choose a reason for hiding this comment

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

Because I only want line 330~331 to run the debug statement once.

@Judahmeek Judahmeek force-pushed the justin808/revert6753c84d branch from 8d867de to f26cfe1 Compare March 17, 2023 22:46
@Judahmeek Judahmeek changed the title Revert "Changes required for RoR Pro caching (#1518)" Remove ApplicationController.helpers prefix Mar 17, 2023
.gitignore Outdated
@@ -19,8 +19,6 @@

node_modules

/node_package/lib
Copy link
Member Author

Choose a reason for hiding this comment

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

Why are you removing this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

So I can test the branch without getting you to make a new release.

@justin808
Copy link
Member Author

Please advise me if this is should be merged soon.

@Judahmeek Judahmeek force-pushed the justin808/revert6753c84d branch from ba0f480 to f26cfe1 Compare March 21, 2023 18:26
@justin808 justin808 merged commit 3e7b572 into master Mar 21, 2023
@justin808 justin808 deleted the justin808/revert6753c84d branch March 21, 2023 19:24
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.

2 participants