Erro na página

Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no
servio que foi configurado para receber aplicaes Ruby. Na mquina
local, o site estava funcionando perfeitamente. Agora existe este
erro: http://planarias.each.usp.br/. Algum j teve alguma experincia
com esse tipo de erro e poderia me ajudar?

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
servio que foi configurado para receber aplicaes Ruby. Na mquina
local, o site estava funcionando perfeitamente. Agora existe este
erro: http://planarias.each.usp.br/. Algum j teve alguma experincia
com esse tipo de erro e poderia me ajudar?

Error:

Could not find linecache19-0.5.12 in any of the sources
(Bundler::GemNotFound)

Try to run “bundle install” in the server first, better when deploying.

I recommend you look out for Brazilian Ruby/Rails users groups since
this
group is mainly english.

https://groups.google.com/forum/?fromgroups#!forum/rails-br

Hope that helps.

Voc colocou a biblioteca requerida no seu Gemfile? Rodou o comando
bundle
na mquina de produo?

No. Irei rodar o comando bundle install e depois respondo se funcionou.
Obrigado desde ento.

Abs.,

Evandro

Em 15 de maro de 2012 16:30, chico [email protected] escreveu:

J coloquei a biblioteca GemFile, mas para rodar o comando bundle ele
pede
uma senha. Tentei a senha de root, mas no foi.

A mensagem esta: Enter your password to install the bundled RubyGems to
your system:

Que password que ele quer?

Evandro

Em 18 de maro de 2012 13:00, Evandro F.
[email protected]escreveu:

Do you have RubyGems installed in your production machine?
When you run bundle install it not ask for password.
Try to install rvm, it is the easiest way to have RubyGems installed.

Bruno C. Santiago

2012/3/19 Evandro F. [email protected]

Linecache is a module for reading and caching lines. This may be useful
for
example in a debugger where the same lines are shown many times.
[1]http://rubygems.org/gems/linecache19

Try to run ‘gem install linecache19’ in your production environment.

[1] - linecache19 | RubyGems.org | your community gem host

Bruno C. Santiago

2012/3/19 Bruno C. [email protected]