> :in `require': no such file to load -- E:/Programming/Online (LoadError)
It is hard to say: it seems that init.rb does not find a file that is trying to load, but does not report the name of the file (as usually Ruby does); so there seems to be another inner bug. In any case, the best is to ask in a Netbeans expert forum. A personal opinions for all these mails concerning Netbeans: a) 6.5 is not yet released; the target is end of November (or "*end of the year*" as I heard from a Sun developer in a recent Ruby meetup). Unless you need 6.5 for your work, I would do like Gabriel has just suggested: stick to 6.1 and Rails 2.0.2. b) If you want/need to use Rails 2.1, just use it (temporarily) outside Netbeans (with Mri Ruby). Learning how to manage an app both with Netbeans and with shell (terminal) commands is a good skill (by the way: it is easy to map one into the other, and even amusing; I use them simultaneously in the same project to make sure I don't forget them). You never know which environment you may need to work with. Raul On Fri, Oct 31, 2008 at 7:48 AM, MAwiniarski <[EMAIL PROTECTED]> wrote: > > Greetings, > > I've recently switched to NetBeans 6.5 RC2, and noticed that Rails > Console is not running. > > It shows: > Loading development environment. > E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/lib/ruby/1.8/ > irb/init.rb:256:in `require': no such file to load -- E:/Programming/ > Online (LoadError) > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/ > lib/ruby/1.8/irb/init.rb:256:in `load_modules' > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/ > lib/ruby/1.8/irb/init.rb:254:in `each' > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/ > lib/ruby/1.8/irb/init.rb:254:in `load_modules' > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/ > lib/ruby/1.8/irb/init.rb:21:in `setup' > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4/ > lib/ruby/1.8/irb.rb:54:in `start' > from E:/Programming/Apps/NetBeans 6.5 RC2/ruby2/jruby-1.1.4\bin > \jirb:19 > > Any ideas ? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
