Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-postgresql

cannot install pg gem, checking for PQconnectdb() in -lpq... no

Ruby on Rails+PostgreSQL: usage of custom sequences

how can I migrate the database dump of MongoDB into PostgreSQL?

Cannot remove an index from table in Rails 4 and PSQL 9.3

PostgreSQL Big Text Column Performance

rake db:create fails, authentication problem with postgresql 8.4

Way to use postgresql and avoid testunit by default in rails 3.2?

How can I sort a list of ActiveRecords by an attribute length?

Use Postgres Multiple Schema Database in Rails

Avoid PG::InvalidTextRepresentation error when using Postgres UUID in Rails

Postgresql via homebrew vs. mountain lion OS X

Rails pg gem Incompatible library version

Rspec: How to suppress warnings and notices when running tests?

Creating a PostgreSQL sequence to a field (which is not the ID of the record)

Should I ignore schema.rb because extension differs on development/production OS?

PG::ConnectionBad: could not translate host name error after running export DATABASE_URL=postgres://$(whoami)

rspec returns "PG::Error: ERROR: relation "table_name" does not exist"

Retrieve the nextval from a sequence using activerecord in Ruby on Rails 3.2.14 / Ruby 2.0.0 / PostgreSQL 9.2.4

Can two "SELECT FOR UPDATE" statements on the same table cause a deadlock?

How to use ActiveRecord outside Rails?