Scraping Web Pages with Ruby Discussion
Keep watching. Nokogiri is just an HTML parser, but you need to write code to interact with it, which is why we create the Scraper class.
Chris Oliver repliedKeep watching. Nokogiri is just an HTML parser, but you need to write code to interact with it, which is why we create the Scraper class.
Chris Oliver repliedFantastic session, love how it addressed not only CSS styling but database performance. Great refresher for me personally and jammed full of lessons.
Bryan Byrne repliedHave a look at the Nokogiri gem
Simon P repliedYou guys are awesome. :) Mechanize is good. I've used that before. I've never checked out Scrapy or Wombat, but I'm sure they are awesome too. Using [whenever](https://github.com/javan/whenever) ...
Chris Oliver repliedI recently upgraded sidekiq to version 7. The sidekiq-web assets are not picking up automatically. I am using NGINX configurations also but nothing worked. Please help me on this
Kazim Abbas repliedI learned in the tutorial from the 53rd second that this authentication method is experimental and not the best. I will love to know the best way to go about it. I have a project I want to use devi...
Aproplat repliedI followed the steps in this video but keep getting an error: TypeError in Api::V1::AuthenticationController#create no implicit conversion of Symbol into Integer Di...
Gustavo Malamud repliedNice works
NG DAVID repliedHello, You can create an episode with the same typology ( https://gorails.com/episodes/jwt-with-devise) using a project of this type: rails new weather --api thank you regards
Antonio F. postedThe source code link for this lesson is missing. This is for anyone who is looking: https://github.com/gorails-screencasts/web-scraper
Anthony Veaudry postedCan a Rails 6 app be built to both be a performant app with views and serve out data via an api? I've been looking for a tutorial, post, google term on this and have had no luck. Pointers and advis...
Bob Walsh postedI have tried to use ruby packer and traveling Ruby and others but as I am new to programming it is difficult for me. I'm looking for a programmer to convert a web application to offline or executab...
Felix Pujols postedRestart the terminal, and then execute the rbenv command. The list of commands ought to be included.
Mario Joseph repliedProgramming involves writing code to create software, applications, or systems that perform specific tasks. It also uses different programming languages for example Python, Java, or C++ and others....
Derek Hobson repliedHey Justin, I'm not sure if you've found it yet, but Chris already has you covered with a video on that. https://gorails.com/episodes/jwt-authentication-from-scratch-with-rails
Tom Zmyslo repliedIn my Ruby on Rails web application, an admin upload the pdf files from back-end, we need to save the pdf files.When it comes to front-end user can view the admin downloaded pdf file and he can sel...
Mahesh postedLove that idea. I've used Mechanize in the past for something like this. It's pretty fun to do and would make for a great episode.
Chris Oliver replied