Skip to main content
0 votes
1 answer
29 views

I start typing on the console and a list with the feasible options appears. Then I use the tabulator-key for going through the options. Immediately irb crashed and exits. I'm on the console again. ...
mewi's user avatar
  • 813
0 votes
1 answer
21 views

There is no API for querying discount information directly. When querying the subscription: Stripe::Subscription.retrieve('my_sub_id') # returns: #<Stripe::Subscription:0xb8a80 JSON: { .. "...
PressingOnAlways's user avatar
0 votes
1 answer
21 views

Consider the following: @user.payment_processor.subscribe(name: "default", plan: "monthly", quantity: 3) How do you subscribe with a coupon code attached? See: https://docs.stripe....
PressingOnAlways's user avatar
0 votes
0 answers
127 views

After upgrading Rails from 8.0 to 8.1 and running rails s on Windows, I get VIPS warnings, for example: unable to load "C:\Ruby34-x64\msys64\ucrt64/lib/vips-modules-8.17\vips-heif.dll" ...
dd_hk's user avatar
  • 120
-2 votes
0 answers
64 views

Problem: I am using VS Code to edit Vagrantfile (Ruby syntax). By default, VS Code does not format these files correctly. When I install recommended Ruby extension like Ruby LSP, nothing happens when ...
Abu Ruqaiyah's user avatar
  • 1,552
0 votes
1 answer
69 views

I have some code which calls Google's Ruby API to get messages from GMail using list_user_messages. I know from docs that the returned messages only contain an id and thread_id and therefore I have ...
Sam's user avatar
  • 6,720
0 votes
0 answers
42 views

I'm trying to build a POC MCP server using the MCP Ruby SDK. I have created a couple of tools, and now I need to add the first resource to give access to my posts, but I'm having a hard time figuring ...
Sig's user avatar
  • 6,150
-2 votes
0 answers
111 views

I was trying to fix a bug in the framework I use where when I went to 'share' a comment, a modal would pop up with some options, the problem was that I couldn't tab through the modal. I managed to fix ...
Leo Storey's user avatar
9 votes
1 answer
490 views

I recently encountered an issue deploying a Ruby on Rails app to production (on Render) whereby the app would not build and rake tasks would not run. The application would build and launch fine in ...
Dave Speake's user avatar
Best practices
0 votes
2 replies
93 views

I'm new to Ruby and I'd like to know the best way to program in Ruby on a Windows computer. I already have a setup, but it's not working very well: I have VS Code with the Ruby LSP extension, and in ...
Noah's user avatar
  • 1
-3 votes
0 answers
52 views

I setup a new redmine installation with mysql 8 - but I get SSL / TLS certificate errors. I have no clue whats going wrong in this basic setup - normally I use postgres ... Here is my compose file: ...
max's user avatar
  • 1,289
0 votes
0 answers
111 views

I would like to access a Python package in Ruby using PyCall. The non-blocking function in the Python code below activates a callback. Could you help me implement the callback? #!/usr/bin/env python # ...
Tim's user avatar
  • 3
1 vote
2 answers
138 views

I'm parsing a number of text files of different formats. Some are csv, some are xml and some even txt. I have a case statement that checks if a certain string is contained in the first 100 bytes of a ...
Ricky883249's user avatar
0 votes
0 answers
89 views

I'm working on a React Native iOS project using React Native 0.81.4, and I'm getting a CocoaPods–related error when running: Installing Ruby Gems Installing CocoaPods dependencies with New ...
Pankaj Jain's user avatar
5 votes
2 answers
2k views

m getting an SSL error when making an HTTPS request in a Rails controller (Ruby 3.1.6): OpenSSL::SSL::SSLError in PurchaseAttemptsController#create SSL_connect returned=1 errno=0 peeraddr=3.175.45.47:...
Arnold Roa's user avatar
  • 7,826

15 30 50 per page
1
2 3 4 5
21