[Rails] Re: pg gem error

2012-09-20 Thread chico
Instead of compiling it by hand, you specify the missing headers in the gem command: rvmsudo gem install pg -- --with-pg-lib=/usr/pgsql/lib/ --with-pg-config=/usr/pgsql/bin/pg_config If you need to bundle install pg (or other gem that uses it), you could use a bundle config file: bundle conf

[Rails] Re: Erro na página

2012-03-18 Thread chico
Você colocou a biblioteca requerida no seu Gemfile? Rodou o comando bundle na máquina de produção? On Thursday, March 15, 2012 3:46:55 PM UTC-3, Evandro wrote: > > Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no > serviço que foi configurado para receber aplicações Ruby. Na