Kulbir Saini

Results 11 comments of Kulbir Saini

> I had the same problem. I had to run with explicit template engine: `rails g kaminari:views default -e erb`. I'm using tailwindcss, that seems to cause a problem with...

At least with 2.1, deleting is fine. After running tests a few times, I had 100+ databases left over for cleanup which I could remove using a simple query. I...

@mbroadst I could but if that's not going to be merged I don't think I would. I use my own package [Jamadar](https://github.com/kulbirsaini/jamadar#dropDbsIfExist) to cleanup databases. It's fairly straight forward. ```...

This caused much pain for me today. Thank you for suggested hacks. I am using this for now. ```javascript function createSubscription () { window.actionCableConsumer = window.actionCableConsumer || createConsumer() const subscription...

The hack code I mentioned above is not a fix. I still keep running into this issue. ![Screenshot-2024-06-18-123958-pplRBrwT](https://github.com/rails/rails/assets/127315/493c7b8c-31dc-4a39-a8b8-afd4f61e8dea)

I did what many others did, migrated to AnyCable. I have not seen this issue happening since.

Thank you @jakephot for the monkey-patch! It saved my day. I wonder why this bug is still not solved though.

@thewatts sorry, just seeing this. `eruby.html` is added by this plugin itself at https://github.com/tpope/vim-rails/blob/master/plugin/rails.vim#L117-L118 . I have not added any custom filetype to my `.vimrc`. Edit: Just realized that line...

Anything HTTPs won't work.