Linked Questions

49 votes
10 answers
192k views

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 ...
umezo's user avatar
  • 1,599
42 votes
7 answers
70k views

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 ...
luqui's user avatar
  • 60.7k
14 votes
5 answers
19k views

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 ...
jhsu802701's user avatar
5 votes
4 answers
5k views

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 ...
szatan's user avatar
  • 517
2 votes
1 answer
3k views

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:\...
JL_SO's user avatar
  • 1,951
2 votes
2 answers
2k views

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 ...
JStandard's user avatar
2 votes
2 answers
870 views

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 ...
gustavgans's user avatar
  • 5,191
1 vote
1 answer
720 views

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 ...
Germstorm's user avatar
  • 9,849
2 votes
1 answer
1k views

How do I install Ruby on Rails on Windows Operating System? I am new to Ruby on Rails.
mRbOneS's user avatar
  • 121
0 votes
1 answer
111 views

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 ...
allegutta's user avatar
  • 5,644