/mongoid-4680

a basic rails app to demonstrate https://jira.mongodb.org/browse/MONGOID-4680

Primary LanguageRubyMIT LicenseMIT

mongoid-4680

Steps to reproduce issue:

  1. Run rails dev:cache in order to create tmp/caching-dev.txt file. Ensure this file is present.
  2. Run rails s to run the server.
  3. Navigate to localhost:3000/posts and create a post. The posts/show view uses caching, and will throw a SystemStackError (stack level too deep).