/mongoid-4680-pg

An ActiveRecord (postgres) version of https://github.com/danarnold/mongoid-4680, showing that it works.

Primary LanguageRubyMIT LicenseMIT

mongoid-4680-pg

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 does not throw a SystemStackError (stack level too deep).