5 questions
I'm a student who studies the web.I'm making a code that extracts only the contents of Internet newspaper articles with rubies.Code execution allows you to extract text from a newspaper article. The c...
I'm writing a model spec using rspec, factory-girl, and shoulda-matcher.Using validate_presence_of provided by shoulda-matcher, we are writing a spec that an empty or false cannot be entered in the fi...
I'm studying Ruby On Rails. I'm asking a question because I have a question while reading the book and copying the example.It is said that if you register resource :name with the router now, you can u...
class Home Controller < Application Controller def index require 'open-uri' require 'nokogiri' @url =http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=105&oid=030&aid=000248...
Although there is a description of the name rule in Perfect Ruby on RailsI have a question because the example is only when there is one word.For example, if you do rails g model user,Where rails shou...
© 2024 OneMinuteCode. All rights reserved.