Saiqul Haq
Saiqul Haq
this bug fixed by https://github.com/mojombo/chronic/pull/243 commit maybe we can close this issue
I had the same problem like you before and after I read the source code at lib/bootstrap_helper/helper.rb it can be done with like this: - create variable to save you...
use this one https://github.com/CanCanCommunity/cancancan
this one works with rails 6.1.0.rc
that means you have to make sure that Memcached server in your machine is running `ps aux | grep memcache`
https://medium.com/hungryhub-tech/fix-weird-javascript-date-bug-on-chrome-android-e52e494c0835 thanks @janousek
I use dayjs timezone plugin currently But I don't know, does it have correlation or not However it's need to be fixed Thanks for the feedback
I got this when I run the RSpec command locally  and spec for Rollbar JS failed too I'm not sure is it related to this PR
ok will do thanks
it works on my app ```javascript import 'codemirror/mode/css/css'; import 'codemirror/mode/xml/xml'; import 'codemirror/addon/edit/closetag'; ```