> This line is root of problem > IRB.conf[:LOAD_MODULES]=['irb/completion']
I believe this is just configuration sugar for require 'irb/completion' > After i comment it, script/console start works. Can you start irb on its own and require irb/completion? Perhaps you're missing a required package? Ubuntu and debian have this annoying habit of splitting ruby into dozens of smaller packages, all of which are required if you want to have a decent development experience. > On Sep 6, 1:56 pm, Ivan Evtuhovich <[EMAIL PROTECTED]> wrote: >> Thanx for idea, this is because of my .irbrc (i use Ubuntu 8.04). >> But there nothing criminal: >> >> cat .irbrc >> >> IRB.conf[:IRB_NAME]="myirb" >> IRB.conf[:BACK_TRACE_LIMIT]=16 >> IRB.conf[:USE_LOADER] = false >> IRB.conf[:USE_READLINE] = true >> IRB.conf[:USE_TRACER] = false >> IRB.conf[:IGNORE_SIGINT] = true >> IRB.conf[:IGNORE_EOF] = false >> IRB.conf[:DEBUG_LEVEL]=0 >> IRB.conf[:VERBOSE]=true >> IRB.conf[:LOAD_MODULES]=['irb/completion'] >> >> After i rename .irbrc - all works fine. Any ideas? >> >> On Sep 5, 4:53 pm, "Craig Demyanovich" <[EMAIL PROTECTED]> wrote:> On what >> platform are you working? Why does the trace have (myirb) in it >> > instead of (irb)? Were you able to load script/console at any other time in >> > the past under Rails 2.1.0/2.1.1? >> >> > While we're happy to help, rubyonrails-talk >> > [http://groups.google.com/group/rubyonrails-talk?hl=en] is the place to ask >> > your type of question in the future. This list, rubyonrails-core, is for >> > the >> > development of Rails itself. >> >> Thanx you, Craig, I understand purpose of this list. I think this is a >> bug in rails, therefore i've written here. >> >> > Regards, >> > Craig > > > -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
