Todd
Todd
I'm getting this error too - in Chrome and Safari. Neither of the suggested fixes in this thread have worked for me either.
I was seeing this problem too, but I found that it was because my modals were outside of the "content" div. By placing my modals inside the content section, this...
Is it possible to support ranges? i.e, ```ruby class Post encrypts :date, type: :date blind_index :date end Post.where(date: ..Date.today) Post.where(date: Date.today..) Post.where(date: Date.yesterday..Date.today) ``` Or is it a similar issue...
@jasonwill those forks fixed it for me. thanks!