Search Results for "rbenv-setup"

Lessons

We couldn't find any lessons that match your search term.

Forum Threads

rbenv: 2.1.2 is not installed or not found

1
Servers
I'm trying to deploy my local Rails app to my Digital Ocean VPS using the GoRails guide > https://gorails.com/deploy/ubuntu/14.04 But I'm running into a error when I want to deploy: cap pr...
Chris Oliver replied

Setup MacOS 12 Monterey Discussion

30
General
Hello Chris, Thanks a lot for this guide. I was having a really hard time trying to install homebrew and rails on my MacBook after I installed Monterey. 😃

Install Ruby from binaries on production: do or do not?

3
Ruby
I'm using rbenv with ruby-build plugin as a default way to install ruby for development and production environments. Is there a way to make installation process faster, but keep it stable? For exa...
Alex Musayev replied
Solved

Deploy Ubuntu 16.04 Xenial Xerus Discussion

91
General
This is not working on Xenial Xerus because there is no packages for Ubuntu 16.04 in Phusion Passenger repositores yet.
Alex Hendershott replied

Deploy Ubuntu 14.04 Trusty Tahr Discussion

371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana 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

Setup MacOS 10.9 Mavericks Discussion

85
General
Works like a fucking charm!
Someone replied

Setup Ubuntu 22.10 Kinetic Kudu Discussion

2
General
I would use rvm or rbenv to manage ruby versions on per projects with the standard `.ruby-version` rvm is a heavier beast compared to rbenv. if you are not changing ruby version often. us rbenv.. o...
Freibuis replied

Any good tutorials on using rbenv?

3
General
I setup my rails environment using the ubuntu installation guide found on gorails (amazingly helpful, thank you) but I'm not really sure how to use rbenv. I have a few rails apps, and I'm wonderin...
tquill replied
Solved

Capistrano Rbenv Bundle Failed

10
Servers
Hi, I'm following this tutorial on deploying rails app https://gorails.com/deploy/ubuntu/16.04 About to reach the last step but it failed when performing bundle install as screenshot below ![](ht...
Navid Shafie replied
Solved

Setup Ubuntu 18.04 Bionic Beaver Discussion

18
General
nice guide... i tried it with sucess on ubuntu 18 !DISTRIB_ID=UbuntuDISTRIB_RELEASE=18.04DISTRIB_CODENAME=bionicDISTRIB_DESCRIPTION="Ubuntu Bionic Beaver (development branch)"rbenv version2.5.0 (se...
Nezir Zahirovic replied

How can I switch from RVM to RBENV?

3
Ruby
I have followed the deployment capistrano guide in the past on GoRails. At the time I setup using RVM... what are the steps to switching from RVM to RBENV? I think I would need to changeover on m...
asherxo replied

macOS sierra working w/ Ruby / Rails / RBENV?

6
General
Curious if anyone has tested it? Don't want to upgrade until I know everything in my stack works correctly without a ton of pain. TIA
Chris Oliver replied
Solved

How can I setup Vim for rails development on Ubuntu?!

5
General
Hey guys, Lately I have been trying to switch to Vim but I couldn't because It's kinda complicated. Most of the dotfiles I found were built to setup on a Mac so I'm curious if anyone here is workin...
Chris Oliver replied
Solved

Setup Errors for Rails on MacOS 10.14 Mojave

3
General
Hello everyone! I have already installed Ruby Environment, but each time I try to install Rails on MacOS, it's giving me the following errors: Jerricas-MacBook-Pro:test_app jerricajohnson$ rails...
Chris Oliver 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 11 Big Sur Discussion

4
General
Hi I get an error: /.zshrc:2: parse error near `source' any ideas why?

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

Setup Ubuntu 15.04 Vivid Vervet Discussion

38
General
Worked like a charm testing out on 15.04 with the exception I had to change the repository back to utopic for nodejs and had to add the gpg key for rvm.. great article.. thanks
Someone replied

Setup Ubuntu 22.04 Jammy Jellyfish Discussion

8
General
>>>sudo apt install postgresql-11 libpq-dev for Ubuntu 24.04 it will be: >sudo apt install postgresql-14 libpq-dev
Stephen Jobs replied