Linked Questions
10 questions linked to/from Installing Postgres on windows for use with Ruby-on-Rails
49
votes
10
answers
192k
views
Setting Windows PATH for Postgres tools
I cannot access PostgreSQL through the command line in Windows. Although I am able to create and update the databases, access them through PGAdminIII, and push to Heroku, I am unable to access them ...
42
votes
7
answers
70k
views
How to convert a postgres database to SQLite?
We're working on a website, and when we develop locally (one of us from Windows), we use sqlite3, but on the server (linux) we use postgres. We'd like to be able to import the production database ...
14
votes
5
answers
19k
views
Securely providing the database password in a Rails app
As you know, you MUST provide the correct database name, username, and password for the database in the config/database.yml file, or your Rails app will refuse to work.
In the default setup, your ...
5
votes
4
answers
5k
views
active record postgresql adapter error in rails
Here's my problem. I am trying to create a blog. I run 'rails new blog'. Everythign is OK until I try 'rake db:create'. It returns an error:
rake aborted!
Please install the postgresql adapter: `gem ...
2
votes
1
answer
3k
views
Unable to log in to postgres on windows after fresh installation - "psql: FATAL: password authentication failed for user "postgres""
EDIT: WINDOWS: Yes Windows. Do not redirect me to answers that specify sudo-ing because, hey, I can't sudo on Windows.
I have just done a fresh install of postgres 11 on Windows and I am getting
C:\...
2
votes
2
answers
2k
views
Easy way to push postgres db to heroku in Win7? problems with db:pull and pg:transfer
Using Rails 3.2.2, finishing up my migration from sqlite to postgres 9.2.
Used answer in this tutorial as a guide to install postgres and got stuck on Step 11 where it asks run heroku db:pull where I ...
2
votes
2
answers
870
views
tips for installing postgres for a rails project on a linux box
I want to use a postgres database for 2 rails projects and for some php blogs. Does anybody have tips for me, which pg gem I should install for ruby?
I'm searching also for some general postgres ...
1
vote
1
answer
720
views
How to install BBYIDX on Windows?
I do not know anything about Ruby still I would like to install BBYIDX on my clean Windows 7 machine.
If you don't know how to install this special website at least describe me how to run a Ruby on ...
2
votes
1
answer
1k
views
How to install Ruby on Rails on Windows?
How do I install Ruby on Rails on Windows Operating System? I am new to Ruby on Rails.
0
votes
1
answer
111
views
Rails project on Heroku: "We're sorry, but something went wrong"
I have just pushed a rails project to heroku, but I get the "We're sorry, but something went wrong."-error when I try to visit the web address. I did heroku run rake db:migrate just after I uploaded ...