ruby tag

542 questions


1 answers
475 views
0
rails console error due to credentials.yml.enc configuration

In this question, either Cloudinary or database was searching for a problem, and the credentials.yml.enc configuration was a problem, and a new problem appeared.In this configuration, Configuring cred...

1 years ago

1 answers
302 views
0
I don't know if Cloudinary or database settings are wrong.

I asked the following questions and was able to set them up.When I tried to post an image in the production environment, an error occurred.The Cloudinary configuration I was referring to should have b...


1 answers
403 views
0
About Ruby Error Codes

I have a question about ruby error code.I'm studying with a book called Ruby Introduction 2nd Edition.This document uses ruby 1.9.3 and I use ruby 3.0.5.When I created a library management application...

1 years ago

1 answers
305 views
0
I don't know why enum is defined in included do in rails.

I heard that the method surrounded by included do~end will run when included.I think enum is defined here because I want to use this enum in the included class, but I think it is different from the or...

1 years ago

1 answers
452 views
0
NameError When Loading SAML Authentication Plug-in in Redmine 5.0.2

We are deploying saml authentication plug-in in Redmine (5.0.2) for Docker.The bundle install, bundle execrake has been completed and the deployment itself appears to be successful, but placing the co...

1 years ago

2 answers
283 views
0
I want to use Rspec expect method around

I am writing a test code using Rspec, but I want to define it somewhere and define it for each it like a method.I'm in trouble because I can't find the same article as I thought.I wonder how dry they ...

1 years ago

3 answers
342 views
0
Rails Tutorial Chapter 13 I don't know where the test code is testing

About the user micropost in Chapter 13 of the Rails tutorial.List 13.28: The [email protected]_s, response.body of the test to the User profile screen is the List 13.24:You may be ...

1 years ago

1 answers
277 views
0
How to retrieve images for each posted article with Rails 6meta tag & OGP settings

I am trying to get images of each posted article page on the site using meta tag & OGP settings in Rails 6, but it is not working.The following code is written at the top of the html.erb page to r...

1 years ago

1 answers
390 views
0
How to retrieve images for each posted article with Rails 6meta tag & OGP settings

I am trying to get images of each posted article page on the site using meta tag & OGP settings in Rails 6, but it is not working.The following code is written at the top of the html.erb page to r...

1 years ago

1 answers
367 views
0
DB fails to boot locally after Rails deployment.

What you can't doAfter successfully deploying my own application on Render.com, I tried to proceed with the development locally, but now I can't access DB.Error ContentsI was going to test with Rspec,...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.