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

Fix to avoid pass Enumerator to Rails.cache.fetch #136

Merged
merged 1 commit into from
Jan 14, 2015

Conversation

yakitorii
Copy link
Contributor

when no data exists.

it causes the following error.

TypeError (no _dump_data is defined for class Enumerator):
  app/models/fluent_gem.rb:19:in `list'
  app/models/plugin.rb:89:in `block in installed'
  app/models/plugin.rb:88:in `installed'
  app/controllers/plugins_controller.rb:7:in `installed'

@uu59
Copy link
Member

uu59 commented Jan 14, 2015

LGTM

I've confirmed that error with @yakitorii

uu59 added a commit that referenced this pull request Jan 14, 2015
…_method

Fix to avoid pass Enumerator to Rails.cache.fetch
@uu59 uu59 merged commit b329045 into master Jan 14, 2015
@uu59 uu59 deleted the fix_type_error_on_fluent_gem_list_method branch January 19, 2015 03:28
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