danarnold / mongoid-4680-pg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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

License:MIT License


Languages

Language:Ruby 75.3%Language:HTML 16.9%Language:CSS 4.6%Language:JavaScript 2.7%Language:CoffeeScript 0.5%