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

Disable Faml::Helpers module by default #35

Merged
merged 1 commit into from
Nov 21, 2015
Merged

Conversation

eagletmt
Copy link
Owner

Object#extend could do harm to performance because of MRI's method
cache invalidation. If you need preserve method, you have to set
Faml::Engine.options[:extend_helpers] = true .

`Object#extend` could do harm to performance because of MRI's method
cache invalidation. If you need `preserve` method, you have to set
`Faml::Engine.options[:extend_helpers] = true` .
eagletmt added a commit that referenced this pull request Nov 21, 2015
Disable Faml::Helpers module by default
@eagletmt eagletmt merged commit 7d61531 into master Nov 21, 2015
@eagletmt eagletmt deleted the optional-extend branch November 21, 2015 00:36
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.

1 participant