Search Results for "nokogiri-basics"

Forum Threads

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, ...

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

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

How to Deploy Rails to Render Discussion

14
General
Great video, thanks Collin!
Emmaotiki5 replied

I get error when deploy to heroku

1
General
I get error when deploy to heroku Here is the log file: -----> Building on the Heroku-20 stack -----> Determining which buildpack to use for this app ! Warning: Multiple default buildpa...
Alan Reid 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

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...

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

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

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

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

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

Whats the best way to handle errors, when creating new records?

6
Ruby
Hi all,I am creating new records, and want to be able to catch the ones that error and add them to my activity log so I can look into them and why they may have failed.What would be the best way to...
Alan Reid replied
Solved

Using the Trix Editor plus File Upload Attachments Discussion

52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

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

Setup Ubuntu 16.04 Xenial Xerus Discussion

110
General
Don't use "ssh-keygen -t rsa", use "-t dsa", much safer and not owned by NSA.... ;-)
Someone replied

Setup MacOS 10.11 El Capitan Discussion

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

File Uploads with Refile Discussion

96
General
Awesome.
Runong W 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

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