From laurent at moldus.org Thu Jan 19 12:25:07 2006 From: laurent at moldus.org (Laurent Julliard) Date: Thu, 19 Jan 2006 18:25:07 +0100 Subject: [FR-users] [ANN] FreeRIDE 0.9.5 - The Free Ruby IDE Message-ID: <43CFCB73.4030302@moldus.org> Version 0.9.5 of FreeRIDE has been released and is available for download! For details and downloads, go to: http://freeride.rubyforge.org/ 0.9.5 introduces the notion of projects in FreeRIDE (a big thank to Jonathan Maasland for the great work). The project management plugin allows you to: - group files belonging to the same development project - define path for the required libraries for this particular project - define a Ruby runtime environment and command line for this project - the project explorer gives you a tree view of the source directories, the Ruby files in it as well as the classes, modules and methods in each file (see the User help file for more details) Other improvements: - a new plugin that allows to comment/uncomment a block of code at once (use CTRL-K or CTRL-SHIFT-K). Contribution from Martin Leech. - new 'Save All' and 'Close All' entries in the File menu - many usability bug fixed (especially on Windows) Have fun! And, as always, feedback and contributions are welcome. === FreeRIDE Overview === FreeRIDE aims to be a full-featured, first-class IDE on a par with those available for other languages, with all the best-of-breed features that you would expect in a high-end IDE. Some of FreeRIDE's features include: * Multi-file editing * Syntax highlighting * Auto-indenting * Code Folding * Code Templates * Source navigation by module, class, method, etc. * Integrated Ruby Documentation * Integrated debugging * Written in Ruby for easy extension Some planned features include: * Full internationalization * High-end refactoring support * Remote pair programming In its current state, FreeRIDE cannot yet be called a real IDE although it is already being used by many Ruby developers. What is does have is a stable infrastructure with all the working plumbing needed for the hordes of anxious Ruby developers that want to create plugins to extend the functionality of FreeRIDE. The FreeRIDE team will be working on such FreeRIDE plugins that we will individually release to incrementally improve the FreeRIDE system. Periodically we will rollup these added plugins into new releases of FreeRIDE. Even if you have not officially joined the FreeRIDE team you can still create plugins for you own use, share them with others, or send them to us and we will make them available for download from our project wiki. We may even ask for your permission to include them in the FreeRIDE core distribution. ** IMPORTANT NOTE ** Any help you can provide in testing FreeRIDE, qualifying bugs and (why not) fixing them is really what we need most, especially on Windows where FreeRIDE seems to be less robust than on Linux. Curt Hibbs Laurent Julliard Jonathan Maasland From hulachr at hotmail.com Thu Jan 19 16:13:22 2006 From: hulachr at hotmail.com (Chris Hulan) Date: Thu, 19 Jan 2006 21:13:22 +0000 Subject: [FR-users] [ANN] FreeRIDE 0.9.5 - The Free Ruby IDE In-Reply-To: <43CFCB73.4030302@moldus.org> Message-ID: Good work! Can't wait to try it However when I attempt to download I am directed to http://rubyforge.lauschmusik.de/freeride/freeride-win-installer-0.9.5.exe, but get 404... cheers Chris From curt.hibbs at gmail.com Thu Jan 19 16:27:47 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 19 Jan 2006 15:27:47 -0600 Subject: [FR-users] [ANN] FreeRIDE 0.9.5 - The Free Ruby IDE In-Reply-To: References: <43CFCB73.4030302@moldus.org> Message-ID: <31d15f490601191327v71efbd94k6d64a4bacc707440@mail.gmail.com> On 1/19/06, Chris Hulan wrote: > > Good work! Can't wait to try it > > However when I attempt to download I am directed to > http://rubyforge.lauschmusik.de/freeride/freeride-win-installer-0.9.5.exe, > but get 404... > Try it again. RubyForge forwards download requests to a round-robin list of mirrors. The particular mirror you got directed to probably hasn't yet sync'd with RubyForge. So, if you try again, you will most likely get directed to a different mirror site. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-users/attachments/20060119/7ac40d28/attachment.htm From curt.hibbs at gmail.com Thu Jan 19 19:01:57 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Thu, 19 Jan 2006 18:01:57 -0600 Subject: [FR-users] Something wrong with RubyForge mirror sync? Message-ID: <31d15f490601191601n131c47e1r2ae940ca8ae98c34@mail.gmail.com> Is there something wrong with the file syncing for RubyForge mirrors? We released a new version of FreeRIDE many hours ago, but still can't download any of the files. Thanks, Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-users/attachments/20060119/3b374ba5/attachment.htm From phm at sdf.lonestar.org Thu Jan 19 21:23:20 2006 From: phm at sdf.lonestar.org (peter h meadows) Date: Fri, 20 Jan 2006 02:23:20 +0000 (UTC) Subject: [FR-users] debugger crashes Message-ID: Why is it doing this? $ ruby freeride.rb command: /usr/bin/ruby -C "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger" -r "drb" -r "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger/debuggee.rb" "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger/debugger.rb" /tmp/fr_dbg_17092.0 /usr/lib/ruby/1.8/timeout.rb:43:in `start': execution expired (Timeout::Error) from /usr/lib/ruby/1.8/timeout.rb:45:in `timeout' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_tools_debugger/debugger.rb:204:in `start' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_tools_debugger/debugger.rb:61:in `start' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:949:in `call' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:559:in `invoke' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_commands/command_manager.rb:148:in `invoke' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_fox_gui/toolbar.rb:113:in `update' from /usr/lib/ruby/site_ruby/1.8/fox12/responder2.rb:57:in `onHandleMsg' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_fox_gui/appframe.rb:51:in `start' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:949:in `call' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:559:in `call' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:69:in `initialize' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:68:in `initialize' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:35:in `startup' from freeride.rb:77:in `startup' from freeride.rb:116 $ /usr/bin/ruby -C "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger" -r "drb" -r "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger/debuggee.rb" "/home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger/debugger.rb" /tmp/fr_dbg_17092.0 /usr/lib/ruby/1.8/drb/drb.rb:837:in `getaddrinfo': getaddrinfo: Name or service not known (SocketError) from /usr/lib/ruby/1.8/drb/drb.rb:837:in `open_server_inaddr_any' from /usr/lib/ruby/1.8/drb/drb.rb:860:in `open_server' from /usr/lib/ruby/1.8/drb/drb.rb:756:in `open_server' from /usr/lib/ruby/1.8/drb/drb.rb:754:in `open_server' from /usr/lib/ruby/1.8/drb/drb.rb:1336:in `initialize' from /usr/lib/ruby/1.8/drb/drb.rb:1624:in `start_service' from /home/phm/ruby/freeride-0.9.5/plugins/rubyide_tools_debugger/debuggee.rb:1408 $ uname -a Linux godel 2.6.14-gentoo-r2 #2 PREEMPT Tue Nov 29 14:35:58 GMT 2005 i686 AMD Athlon(TM) XP 1800+ AuthenticAMD GNU/Linux $ ruby --version ruby 1.8.3 (2005-09-21) [i686-linux] Thanks. From laurent at moldus.org Fri Jan 20 02:11:38 2006 From: laurent at moldus.org (Laurent Julliard) Date: Fri, 20 Jan 2006 08:11:38 +0100 Subject: [FR-users] debugger crashes In-Reply-To: References: Message-ID: <43D08D2A.6040501@moldus.org> peter h meadows wrote: > Why is it doing this? > Define 'godel' (your hostname) in /etc/hosts (with IP address 127.0.0.1) and it should solve the problem. LAurent From phm at sdf.lonestar.org Fri Jan 20 06:46:13 2006 From: phm at sdf.lonestar.org (peter h meadows) Date: Fri, 20 Jan 2006 11:46:13 +0000 (UTC) Subject: [FR-users] debugger crashes In-Reply-To: <43D08D2A.6040501@moldus.org> References: <43D08D2A.6040501@moldus.org> Message-ID: > > Define 'godel' (your hostname) in /etc/hosts (with IP address > 127.0.0.1) and it should solve the problem. Thanks. That seemed to fix that problem. But now I get: /home/phm/ruby/test.rb:2: [BUG] Segmentation fault ruby 1.8.3 (2005-09-21) [i686-linux] in the debugger console. and... /usr/lib/ruby/1.8/drb/drb.rb:567: `connection closed' (DRb::DRbConnError) /usr/lib/ruby/1.8/drb/drb.rb:567: `connection closed' (DRb::DRbConnError) from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:559:in `call' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_commands/command_manager.rb:148:in `invoke' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:69:in `initialize' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_fox_gui/toolbar.rb:113:in `update' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:68:in `initialize' from /usr/lib/ruby/site_ruby/1.8/fox12/responder2.rb:57:in `onHandleMsg' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:35:in `startup' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:35:in `startup' from /home/phm/ruby/freeride-0.9.5/./plugins/rubyide_fox_gui/appframe.rb:51:in `start' from freeride.rb:77:in `startup' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:949:in `call' from freeride.rb:116 from freeride.rb:77:in `startup' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/databus.rb:559:in `call' from freeride.rb:116 from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:69:in `initialize' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:68:in `initialize' from /home/phm/ruby/freeride-0.9.5/freebase/lib/freebase/core.rb:35:in `startup' from freeride.rb:77:in `startup' from freeride.rb:116 From r.fulton at auckland.ac.nz Tue Jan 31 18:58:49 2006 From: r.fulton at auckland.ac.nz (Russell Fulton) Date: Wed, 01 Feb 2006 12:58:49 +1300 Subject: [FR-users] [ANN] FreeRIDE 0.9.5 - The Free Ruby IDE In-Reply-To: <43CFCB73.4030302@moldus.org> References: <43CFCB73.4030302@moldus.org> Message-ID: <43DFF9B9.4040500@auckland.ac.nz> Hi Laurent, Freeride looks interesting however I only have fox-1.4.x installed and the corresponding FXRuby. Are there any plans to release a version of freeride that will work with the newer versions of fox. Russell. Laurent Julliard wrote: > Version 0.9.5 of FreeRIDE has been released and is available for download! > > For details and downloads, go to: > > http://freeride.rubyforge.org/ > > 0.9.5 introduces the notion of projects in FreeRIDE (a big thank to > Jonathan Maasland for the great work). The project management plugin > allows you to: > > - group files belonging to the same development project > - define path for the required libraries for this particular project > - define a Ruby runtime environment and command line for this project > - the project explorer gives you a tree view of the source directories, > the Ruby files in it as well as the classes, modules and methods in > each > file > > (see the User help file for more details) > > Other improvements: > > - a new plugin that allows to comment/uncomment a block of code at > once (use CTRL-K or CTRL-SHIFT-K). Contribution from Martin Leech. > > - new 'Save All' and 'Close All' entries in the File menu > > - many usability bug fixed (especially on Windows) > > Have fun! And, as always, feedback and contributions are welcome. > > > === FreeRIDE Overview === > > FreeRIDE aims to be a full-featured, first-class IDE on a par with > those available for other languages, with all the best-of-breed > features that you would expect in a high-end IDE. > > Some of FreeRIDE's features include: > > * Multi-file editing > * Syntax highlighting > * Auto-indenting > * Code Folding > * Code Templates > * Source navigation by module, class, method, etc. > * Integrated Ruby Documentation > * Integrated debugging > * Written in Ruby for easy extension > > Some planned features include: > * Full internationalization > * High-end refactoring support > * Remote pair programming > > In its current state, FreeRIDE cannot yet be called a real IDE > although it is already being used by many Ruby developers. What > is does have is a stable infrastructure with all the working plumbing > needed for the hordes of anxious Ruby developers that want to create > plugins to extend the functionality of FreeRIDE. The FreeRIDE team > will be working on such FreeRIDE plugins that we will individually > release to incrementally improve the FreeRIDE system. Periodically we > will rollup these added plugins into new releases of FreeRIDE. > > Even if you have not officially joined the FreeRIDE team you can still > create plugins for you own use, share them with others, or send them > to us and we will make them available for download from our project > wiki. We may even ask for your permission to include them in the > FreeRIDE core distribution. > > ** IMPORTANT NOTE ** > Any help you can provide in testing FreeRIDE, qualifying bugs and (why > not) fixing them is really what we need most, especially on Windows > where FreeRIDE seems to be less robust than on Linux. > > Curt Hibbs > Laurent Julliard > Jonathan Maasland > > > > > _______________________________________________ > Freeride-users mailing list > Freeride-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-users From curt.hibbs at gmail.com Tue Jan 31 19:46:53 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Tue, 31 Jan 2006 18:46:53 -0600 Subject: [FR-users] [ANN] FreeRIDE 0.9.5 - The Free Ruby IDE In-Reply-To: <43DFF9B9.4040500@auckland.ac.nz> References: <43CFCB73.4030302@moldus.org> <43DFF9B9.4040500@auckland.ac.nz> Message-ID: <31d15f490601311646u37a041e3o67d7cc603f8fe90@mail.gmail.com> On 1/31/06, Russell Fulton wrote: > > Hi Laurent, > Freeride looks interesting however I only have fox-1.4.xinstalled > and the corresponding FXRuby. > > Are there any plans to release a version of freeride that will work with > the newer versions of fox. You can have both 1.2.6 *and* 1.4.4 installed at the same time, if you use RubyGem installation: gem install fxruby -v 1.2.6 Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/freeride-users/attachments/20060131/50401252/attachment.htm