Search Results for "installing-ror-on-macos-machine"

Forum Threads

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

Setup Windows 10 Discussion

236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

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 Ubuntu 14.10 Utopic Unicorn Discussion

53
General
thanks!
Someone replied

Setup Ubuntu 13.10 Saucy Salamander Discussion

96
General
I believe in the line "sudo apt-get install postgresql-common -t raring," raring should actually be saucy. Also in the line "rails new myapp -d postgres," postgres should be postgresql.
Someone replied

Setup Ubuntu 13.04 Raring Ringtail Discussion

66
General
Hi there,when installing ruby using rbenv, at the step of "rbenv install 2.0.0-p195", it shows the results below:Downloading ruby-2.0.0-p195.tar.gz...-> http://ftp.ruby-lang.org/pu...BUILD FAILE...
Someone replied

installed RoR, now what?

3
General
after installing RoR, what is next? i looked around the guides and screencasts and all of them assume you already have experience with RoR! where is the tutorial for newbie RoR developers? how to ...
helen560 replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

237
General
thnx
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

How do I run / install ROR with an outdated OS system?

0
Ruby
I'm new to programming/development. I have an old Macbook Air. It's El Capitan OS X - 10.11.6. I can't download the latest OS due to the age of my mac. I can't download the latest xcode due to the...
jrd656 posted

Installing ruby on rails in ubuntu 24.04

1
General
I am following your tutorial for installing ruby on rails in ubuntu 24.04 using esdf and installed esdf.while installing ruby it downloaded ruby and while configuring the system shut down suddenly....
Andres Carvajal replied

Installing Tailwind with Rails 7

10
Rails
I ran the config for Tailwind with CSSBundling Rails using ruby 3.0.3 and rails 7.0.0: rails new hg -j esbuild --css tailwind --database=postgresql Everything worked fantastic trying any of the htm...
Thomas Alford replied

Installing ruby_opencv gem results in cannot find opencv_contrib error

5
Gems / Libraries
I am trying to install the ruby_opencv gem but it can't find opencv_contrib. I used the command 'gem install ruby-opencv -- --with-opencv-dir=/mnt/c/Users/wjones/sites/musclesound-rails/opencv/my_b...
William Jones replied

while installing iam getting error

4
Ruby
Failure! build file wasn't produced. Please read INSTALL.md and associated NOTES-* files. You may also have to look over your available compiler tool chain or change your configuration. ERROR! ...
lemongrassfancy replied

Error Installing Rails 6.11

0
Rails
I need to install `gem install rails -v 6.1.1` but I receive the error `OpenSSl is not available. Install OpenSSL and rebuild Ruby (preferred) or use non-HTTPS sources` and I've updated OpenSSL to ...
Nic Pismiris posted

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

Problem installing Capistrano

4
Rails
I am following Chris's "Deploy Ruby on Rails on ubuntu 18.04 ..." But I am stuck at installing Capistrano! command "cap install STAGES=production" gives me the following error : ":$~ cap install S...

Problem installing pg-1.1.4 as part of Rails 6 install

1
Gems / Libraries
I'm following the instructions in the post on installing a rails development environment for MacOS Catalina. I'm able to follow the steps up to checking the rails version: $ rails -v Could not fin...
Dean Richardson replied