Note that there are some explanatory texts on larger screens.

plurals
  1. POPostgres Not working with Ruby
    primarykey
    data
    text
    <p>Postgres - 9.3 Ruby - 1.9.3 OS X - 10.8.5</p> <pre><code>Matthews-MacBook-Pro-2:truelink Matthew$ rake db:create:all /usr/local/rvm/gems/ruby-1.9.3-p448/gems/bundler-1.3.5/lib/bundler.rb:284: warning: Insecure world writable dir /usr/local/rvm in PATH, mode 040777 WARNING: Nokogiri was built against LibXML version 2.9.1, but has dynamically loaded 2.7.8 could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? </code></pre> <p>I have reviewed all existing questions posted on this issue and have not been able to resolve it reviewing the answers.</p> <p>Does anyone have an idea of what is happening here?</p> <p><strong>EDIT</strong></p> <p>PostgresSQL is running via the Postgres.App I downloaded via <a href="http://postgresapp.com/" rel="nofollow">http://postgresapp.com/</a></p> <p>When I run </p> <pre><code>$ sudo find / -name .s.PGSQL.5432 </code></pre> <p>I get </p> <pre><code>/private/tmp/.s.PGSQL.5432 </code></pre> <p>My .bash_profile</p> <pre><code>export PATH=/usr/local/bin:$PATH export JAVA_HOME=`/usr/libexec/java_home -v 1.7` export PATH=/usr/local/bin:/Applications/Postgres.app/Contents/MacOS/bin:/usr/local/rvm/gems/ruby-1.9.3-p448/bin:/usr/local/rvm/gems/ruby-1.9.3-p448@global/bin:/usr/local/rvm/rubies/ruby-1.9.3-p448/bin:/usr/local/rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/opt/ImageMagick/bin </code></pre> <p>When I run</p> <pre><code>$ which postgres </code></pre> <p>I get</p> <pre><code>/Applications/Postgres.app/Contents/MacOS/bin/postgres </code></pre> <p>Thank you in advance!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload