Search Results for "nokogiri-basics"

Forum Threads

Error updating nokogiri and autoprefixer using Capistrano -- local/production gem mismatch

6
General
I've been using Capistrano to deploy my rails app and I've come across an issue trying to update 2 gems. Below at the bottom is the message I get for nokogiri. The other gem I'm trying to update on...
Chris Oliver replied
Solved

Setup MacOS 10.11 El Capitan Discussion

100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied

Setup MacOS 10.10 Yosemite Discussion

141
General
When I try to install Homebrew, I get:csu:~$ ruby -e "$(curl -fsSL https://raw.github.com/Home..."dyld: Library not loaded: /usr/local/lib/libgmp.10.dylib Referenced from: /Users/christophersu/.rv...
Someone replied

File Uploads with Refile Discussion

94
General
Awesome.
Someone replied

Using Vagrant for Rails Development Discussion

159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
Someone replied

Impossible to install Nokogiri - OSX Mojave 10.14.2

10
Gems / Libraries
Hey Everyone, **Since the recent update (10.14.2) Nokogiri gem cannot be installed in my app.** When I run `bundle install` , I get the following error: ``` ./siteconf20190109-70456-1diyett.rb e...
fopps replied

Cannot create Rails App - gem issues "Ignoring nokogiri" and other gems

5
Rails
When I try to create a new Rails App it fails. I am on Big Sur 11.3, Ruby 2.7.2, and when type rails-v shows 6.0.3.4 but also ignoring quite a few gems including nokogiri and 6-7 others. I have tri...
Ryan Mindigo replied

When installing Rails 6 on Ubuntu 20.04 I get an error with the Nokogiri gem

1
Rails
I have been following the instructions at https://gorails.com/setup/ubuntu/20.04#ruby-rbenv. I get the following error, Installing nokogiri 1.10.9 with native extensions Gem::Ext::BuildError: ERRO...
William Jones replied
Solved

how scrabe data every day

8
General
how can I schedule to gather data with nokogiri and store it(only what has changed) in a db every morning?
Chris Oliver replied

Scraping Web Pages with Ruby Discussion

1
General
I haven't seen the next episodes yet but up until this point I'm wondering if a Scraper class is really a recommended way to do this? It seems like you are just replacing the Nokogiri API with your...
Chris Oliver replied

Using Docker with Rails on M1 Mac

2
Rails
I have an M1 Mac and I always get errors for either sprocket-rails or nokogiri. I am using Ruby 3 and Rails 7. Is anyone using Docker with an M1 Mac and Ruby 3/Rails 7 with success? If so, could yo...

Setup MacOS 10.12 Sierra Discussion

46
General
Thanks for posting this, Chris. Did you face any issues with Nokogiri when installing the Rails gem?
Someone replied

Rails 6, Webpacker and Docker on Apple M1

0
Rails
Hi Chris, I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a lot...
Gabriela Jack posted

How fix this error

0
Rails
mina deploy -----> Creating a temporary build path -----> Loading rbenv -----> Loading rbenv -----> Fetching new git commits -----> Using git branch 'develop' Cloning into '.'... don...
Орест posted

impossible to start my project with RoR v 4.2.10

0
Rails
help me to statr my first projet with RoR. on installation rails v4.2.10 ( *impossible for my to install the last version => v.5.x*) before create my project with command : `rails new inspiron -...
kara posted
Solved

How to access a webpage and get its content

2
Rails
Hi, good afternoon. Chirs, I would like to access a website and get its content from its page to create a database with this information. It is about a game so, it is a common information that I ...
Simon P replied

Unable to run old ruby n rails project

0
Rails
Hi I am new to ruby n rails. I was working on this old website. This website is hosted on the heroku server. I fixed the code which was required and it didn't install this website on my system yet....
Hemant posted

Designing our Web Scraper UI with TailwindCSS Discussion

3
General
Wow! This episode is incredibly relevant to me! I manage [littlebirdelectronics.com.au](http://littlebirdelectronics.com.au), an Australian distributor for brands like Adafruit, SparkFun, Pololu, ...

[HATCH] Error deploying app

3
Rails
I'm getting this error when trying to deploy my project with hatch. I made sure I have the RSA file. Deployment Error ``` Fetching origin Warning: Identity file /home/deploy/.ssh/thinkrtc_rsa not...
Chris Oliver replied
Solved