Re: [Rails] script/console on production server

2010-09-16 Thread radhames brito
damn , that happen to me to, it also happens if you install rvm with out specifiying the libraries like openssl and such, is you are using rvm you need to pass the --with option and add the extra support. anyway you have to recompile with the missing libraries On Wed, Sep 15, 2010 at 3:50 PM, Gre

Re: [Rails] script/console on production server

2010-09-15 Thread Greg Donald
On Wed, Sep 15, 2010 at 2:45 PM, Fritz Trapper wrote: > the very first 'require "readline"' in completion.rb fails. > script/console on my development machine works well. > > Any idea, how to fix this? Your ruby needs to be compiled with readline support. Make sure libreadline is installed, then

[Rails] script/console on production server

2010-09-15 Thread Fritz Trapper
I migrated my app using vlad-git and it runs. Now I logged in via ssh and tried to run script/console on the production server. The result is: Loading development environment (Rails 2.3.5) /opt/ruby-1.8.7-p249/lib/ruby/1.8/irb/completion.rb:10:in `require': no such file to load -- readline (LoadEr