Viktor

Results 91 comments of Viktor

@grantspeelman Thanks for the background info! It definitely makes sense. I see now that `cypress` generates those files when you first run `yarn run cypress` (w/o `cypress-on-rails`). I think the...

Thank you for your work! > I thought about it a bit more, going as far as having separate gems might not be worth it yet. Maybe we can still...

For the old gem name you can also add postinstall message that will notify users of existence of the new gem name.

You should really go ahead and "reserve" `cypress_on_rails` gem name on rubygems (push the same code that's in this gem or push gem boilerplate) right now. Otherwise someone will do...

Ended up here after missing a closing `'` sign. Let's assume `paths:` is at line 1. The error message was: `did not find expected key while parsing a block mapping...

@searls we just hit this issue when we were setting up `cypress-rails` for the first time on CircleCI. The issue happened because we would first run `bundle exec rails cypress:run`...

Here you go, sir: https://github.com/vfonic/cypress_compiling I've also tried to make each commit very small and explain exactly what I did in each commit: https://github.com/vfonic/cypress_compiling/commits/master The repro steps are in `README`.

Ahhhhh, sorry, I re-read the issue again. We're talking about two separate issues. > This would actually only make first one or two tests fail (until the webpack produced the...

I'm also trying to figure out why my proxy requests are failing, but I can't find any way to debug this gem. There's nothing in the logs and I don't...

Is there any, at least video tutorial of "how to use" / "the functionalities of" madmin? I'm coming from ActiveAdmin world and am a big fan of boring rails. I'm...