As Joe already sad, the rails console do not has to work in order that
your Rails web application run.

I suppose that the real question was does rails console run on
production servers.
The rails console should be operational and at you service on any
platform with properly installed ruby and ruby on rails.

The error message that is presented is from missing gem.
You should be aware of all gems that your application use or you'll be
seeing this kind of messages a lot.
We all have been in your schusses at one time or another. :-)


On Oct 7, 5:41 pm, "Joe Clarke" <[EMAIL PROTECTED]> wrote:
> > Does the script/console need to be working on the production server?
>
> No, script/console does not need to work for your rails application to run.
>
> To fix this issue you need to install the readline-devel package, if
> you are using a distro with yum, this is how you would fix this:
>
> yum install readline-devel
> cd /path/to/ruby/source/ext/readline
> ruby extconf.rb
> make
> make install
>
> --
> Joe Clarke
> RailsPlayground.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to