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

Fixed cache_store name used in adding other modules section of api app documentation guide. [ci skip] #36879

Conversation

akshaymohite
Copy link
Contributor

Summary

  • Using mem_cached_store results in an exception as,
lib/active_support/cache.rb:106:in `rescue in retrieve_store_class':
Could not find cache store adapter for mem_cached_store (cannot load such file -- active_support/cache/mem_cached_store) (RuntimeError)
  • Changed the name of cache_store as mem_cache_store instead of mem_cached_store

…p documentation. [ci skip]

- Using `mem_cached_store` results in an exception as lib/active_support/cache.rb:106:in `rescue in retrieve_store_class': Could not find cache store adapter for mem_cached_store (cannot load such file -- active_support/cache/mem_cached_store) (RuntimeError)
- Changed the name of cache_store as `mem_cache_store` instead of `mem_cached_store`
@rails-bot rails-bot bot added the docs label Aug 7, 2019
@rafaelfranca rafaelfranca merged commit e39efdb into rails:master Aug 7, 2019
rafaelfranca added a commit that referenced this pull request Aug 7, 2019
…ntation-example

Fixed cache_store name used in adding other modules section of api app documentation guide. [ci skip]
@akshaymohite akshaymohite deleted the fix-cache-store-in-documentation-example branch August 7, 2019 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants