la-ruby
la-ruby
I wrote a test in a rails application that has spree commerce, when I run it in console I get: TypeError The browser based test suite passes though. ``` $...
i was hoping I can get an audible bell when tests fail.
ValidEmail2::Address.new("[email protected]").valid_mx? => false the fact that ymail.con is not a valid domain, can the gem cache that fact? during bulk checking of 1000 email addresses, that would avoid the need...
In Bash and Js code, setting the clientUserId prevents an email going out to the signers. When using this ruby gem however, the clientUserId property doesn't have that intended effect.
I'm trying to emulate some js code written by a previous dev. ``` // js code let viewRequest = new docusign.RecipientViewRequest(); viewRequest.returnUrl = "https://acme.org/admin"; viewRequest.authenticationMethod = "none"; viewRequest.email = "[email protected]";...
It would be nice if this worked in CI environment / github actions: ``` ./bin/rails stimulus_reflex:install bin/rails aborted! NoMethodError: undefined method `chomp' for nil (NoMethodError) input = Rails.env.test? ? "tmp/app/javascript"...
The documentation and the --help mentions this esbuild option but it throws an error ## To Reproduce $ rails stimulus_reflex:install esbuild Unrecognized command "esbuild" (Rails::Command::UnrecognizedCommandError) Did you mean? css:build ##...