Search Results for "install-postgresql-showing-errors"
Lessons
Forum Threads
Setup Ubuntu 14.04 Trusty Tahr Discussion
237
General
thnx
Someone replied
Group Chat with ActionCable: Part 4 Discussion
69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...
Setup MacOS 10.11 El Capitan Discussion
100
General
Stop confusing people, there is a big problems with homebrew and El Capitan
Someone replied
Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta 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
Ruby issue when doing cap deploy production
68
General
Hi, I'm following the Deploy Rails guide.
However, when I run
cap production deploy
I'm getting this error message:
$cap production deploy
DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
shakycode replied
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
HAtchbox problem with solid_queue / active_storage ...
0
Rails
Hello i have an account on hatchbox everything work fine on development but crash on PRODUCTION
i have a problem with solid_queue i think ....
Here the log :
```
[49fdd936-fd24-4c71-b0b1-7d766...
Code Capsules posted
Setup MacOS 14 Sonoma Discussion
10
General
Hi Chris, I am doing this on Pub Beta 2, and I am getting this error.
configure: error: something wrong with LDFLAGS="-L/Users/pitosalas/.asdf/installs/ruby/3.0.6/lib "
No amount of googling has...
Emilio G replied
Rails 7 and postgres 15
9
Databases
I've got Postgres15 installed via Homebrew, and it's running.
When I build a new Rails 7 app with: "rails new testapppg -d postgres" I can't get it to install pg (1.4.6)
I see errors like "Unable ...
Randy Medina replied
Facing error while installing bundle
1
General
Hi There,
I'm facing an issue while installing bundle, below is the error message -
An error occurred while installing pg (1.2.3), and Bundler cannot continue.
In Gemfile:
pg
Could you please h...
Vorkosigan76 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
Setup Ubuntu 21.04 Hirsute Hippo Discussion
6
General
Great guide as always! However, I believe that postgresql is now at version 12 and that 'sudo apt install postgresql-11' will return an unable to locate package error, I would suggest using 'sudo a...
Devon Kiss replied
Deploy RoR app from Azure DevOps to Linux Server
2
General
Hi all.
Have some problem.
I'm newest in Azure DevOps (AD).
I created AD git repository for RoR project.
Created pipeline for `master` branch:
```
trigger:
- master
pool:
vmImage: 'ubuntu-18.04...
Bikram replied
Setup Ubuntu 20.04 Focal Fossa Discussion
15
General
Excelente tutorial. Muito obrigado.
Chibuike Uzoechina replied
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
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 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 Ruby On Rails on Ubuntu 15.10 Wily Werewolf
34
General
Thanks for this amazing tutorial! you just described every step!
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