542 questions
This is probably an elementary question, but I appreciate your cooperation.Currently, we are creating a service that allows users to register and post comments on each page with multiple pages exist.A...
Look at all the steps to build a Rails environment on a Mac - Qiita and aim to build Ruby 2.5.7, Rails 5.2.3.Once it was built, it is now being rebuilt for some reason.rbenv (Ruby's version control to...
I have a question about object orientation.Here's a quote from the article:About naming methods for the Rails modelA good example is that the receiver and instance method are transitive and object rel...
I'm studying ruby on rails, and I don't know much about it, but I'd appreciate it if someone could tell me.Thank you in advance.StatusWe are trying to introduce a contact form to a website that we hav...
Currently, Rails4 is developing user-posted applications, and we would like to create a feature that combines blocks of content such as Naver summary to create articles.Therefore, the table configurat...
If you load ruby's code more than once on ruby's irb, it will fail.Why is that?Python is import mymoduleimport import libimportlib.reload(mymodule)# Changes take effectThis will reflect changes to the...
We are creating a displaying when your next purchase will be system in Rails.·User table: Purchaser information registered→ Column: id, number, name ·Product table: Product information registered→ Col...
What do you want to solveI am a programming beginner currently working on my portfolio.I thought I'd use Rspec to write tests, so I'm using Rspec to create tests.However, an error occurred while writi...
I tried implementing binary search/half search code in Ruby's own way using recursive.Could you give me an evaluation rather than a grade? It works correctly, but I was worried about how it was writte...
Ruby on rails is creating a simple list page.For paging purposes, I have passed the get parameter offset and limit at the URL.If the parameter is blank or string on the controller, the default value i...
« | - 38 - | » |
© 2024 OneMinuteCode. All rights reserved.