python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to avoid sending emails in Rails test-env with sendgrid-ruby?
Problem
I seem to be facing a stubborn issue with my RSpec tests trying to constantly send emails in test-env despite my configuration should avoid it. Whatever I try it seems to totally ignore it.
My...
Andres
Votes: 0
Answers: 1
Troubles upgrading from ruby 2.7 to 3.0 - error: use of undeclared identifier 'RUBY_FUNCTION_NAME_STRING'
I've been struggling with trying to upgrade rails 3.0 for about a week now.
I'm not entirely sure what the issue is but I was thinking it could be due to the fact that I have both rvm and rbenv.
I've ...
Travis Courtney
Votes: 0
Answers: 4
facing ERROR: ArgumentError: wrong number of arguments (given 3, expected 2) ruby 3 aruba
after upgrading ruby from 2.7 to 3.0 to 3.1 I am facing fowling issue while running the cucumber test
Given a local mode chef repo with nodes 'one,two,three' ...
Snehal Dwivedi
Votes: 0
Answers: 0
`require': Cannot load such file -- rdoc (LoadError)
While trying to run the "irb", I ran into this error:
<internal:/usr/lib/ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- rdoc (LoadError)
fro...
jack-p
Votes: 0
Answers: 2