Is there already a tentative date or venue for this year’s Ruby
Conference? I have a number of things coming up later in the year
and
would like to ensure that I’m able to reserve time for the
conference.
Tentatively October 1-3 in Washington DC/Northern VA.
Alright! Party at my house!
Nope; that was 8 1/2 years ago. This is the wedding of my wife’s friend
of 25 years. He’s also her current boss and my former boss.
Jim
···
On Apr 18, 2004, at 12:13 AM, Jim Freeze wrote:
On Sunday, 18 April 2004 at 9:30:23 +0900, Jim Menard wrote:
Tentatively October 1-3 in Washington DC/Northern VA.
Drat. The first RubyConf in my part of the world, and I can’t go. It
would only be a five hour drive, but I have to go to a wedding that
Saturday. I really don’t want to attend, but I have to.
Uhmm, that wouldn’t be your wedding, would it?
–
Jim Menard, jimm@io.com, http://www.io.com/~jimm/
“T-shirts are the computer industry’s only persistent objects.”
– Seen in R. L. Peskin’s .sig
Several years ago, I wnt to a SF convention that was held at a hotel
located at the airport. It was quite pleasant. Also, the Single Malt
that the bar served was 18 year old MacAllen.
I like the idea of not needing to rent a car.
– Matt
Attitude: The difference between ordeal and adventure
···
On Sun, 18 Apr 2004, Chad Fowler wrote:
A couple of hours, I believe. The conference will be very very close
to Dulles airport (Attention non-US Rubyists…convenient travel
opportunity!)
The previous release (1.8.1-11) had some anomalous behavior as part of the
build was inadvertently done with cygwin. This release is a 100% native
Windows build, done entirely without cygwin.
Starting with this release, we have officially moved the Ruby Installer
project from SourceForge to RubyForge. Please report bugs (or request
features) at:
The Ruby Installer for Windows is a “one-click”, self-contained Windows
installer that contains the Ruby language itself, dozens of popular
extensions and packages, a syntax-highlighting editor and execution
environment, and a Windows help file that contains the full text of the
book, “Programming Ruby: The Pragmatic Programmer’s Guide”.
Change Log for 1.8.1-12
Eradicated all uses of cygwin
Now using the version of REXML that is distributed
with Ruby.
Upgraded SciTE to version 1.59, which includes support
for YAML highlighting and Tools menu commands for Ruby
syntax checking, code profiling, and irb.
Is there already a tentative date or venue for this year’s Ruby
Conference? I have a number of things coming up later in the year
and
would like to ensure that I’m able to reserve time for the
conference.
Tentatively October 1-3 in Washington DC/Northern VA.
Alright! Party at my house!
Question – how far is that from Richmond?
/me wants to visit the Poe museum, no joke.
A couple of hours, I believe. The conference will be very very close
to Dulles airport (Attention non-US Rubyists…convenient travel
opportunity!)
International travelers might get a better price if they flew in to
BWI, took the bus to the metro, then rode to DC. BWI seems to handle a
lot of international traffic.
The previous release (1.8.1-11) had some anomalous behavior as part of the
build was inadvertently done with cygwin. This release is a 100% native
Windows build, done entirely without cygwin.
Starting with this release, we have officially moved the Ruby Installer
project from SourceForge to RubyForge. Please report bugs (or request
features) at:
The Ruby Installer for Windows is a “one-click”, self-contained Windows
installer that contains the Ruby language itself, dozens of popular
extensions and packages, a syntax-highlighting editor and execution
environment, and a Windows help file that contains the full text of the
book, “Programming Ruby: The Pragmatic Programmer’s Guide”.
Change Log for 1.8.1-12
Eradicated all uses of cygwin
Now using the version of REXML that is distributed
with Ruby.
Upgraded SciTE to version 1.59, which includes support
for YAML highlighting and Tools menu commands for Ruby
syntax checking, code profiling, and irb.
thanks thousand for this!
Just a thing: I notice that the another version of scite that I own
has tabbed view of multiple files, someone knows how to enable that?
···
il Sun, 18 Apr 2004 15:59:12 +0900, “Curt Hibbs” curt@hibbs.com ha scritto::
The Ruby Installer 1.8.1-12 for Windows has been released and is now
available for download from:
C:\Ruby\bin>ri 'Array.[]'
No ri documentation found in:
C:/Ruby/share/ri/1.8/system
C:/Ruby/share/ri/1.8/site
c:\dev/.rdoc
Was rdoc run to create documentation?
C:\Ruby\bin>
So I ran `rdoc -R’ in C:/Ruby. Finally, after several minutes rdoc dies with
the following message:
proxyserver.rb: mmm..c...c...c..
Generating RI…
c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup/to_flow.rb:92:in accept_rule': u ndefined local variable or methodsize’ for #SM::ToFlow:0xc5ea900 (NameError)
from c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:170:in
accept' from c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:165:ineach’
from c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:165:in accept' from c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup.rb:259:inconvert’
from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:224:in markup ' from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:107:ingenera
te_class_info’
from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:90:in process _class' from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:85:ingenerat
e’
from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:84:in each' from c:/Ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:84:ingenerat
e’
from c:/Ruby/lib/ruby/1.8/rdoc/rdoc.rb:210:in `document’
from c:/Ruby/bin/rdoc.rb:63
C:\Ruby>
···
–
Jos Backus / /// Sunnyvale, CA
_/ _/ _/ / ///
_/ _/ _/ /
jos at catnook.com// /// require ‘std/disclaimer’
As has been reported on the website, ri.bat is still broken, rdoc.bat is
still broken, rbtest.bat is still broken, and even after fixing all
these and running rdoc -f ri, ri is still broken.
···
–
John W. Kennedy
"Sweet, was Christ crucified to create this chat?"
– Charles Williams. “Judgement at Chelmsford”
As has been reported on the website, ri.bat is still broken, rdoc.bat is
still broken, rbtest.bat is still broken, and even after fixing all
these and running rdoc -f ri, ri is still broken.
At least “ri” and “rdoc” is not working fine with any installer. Here the
source code is broken. There are a few reports about this on the Ruby
Doc mailing lists, but no fix.
It works if you delete the .bat’s and run rdoc -f ri in the correct
directory. Istalling the latest version broke ri for me until I
remembered to remove the bat
Just a thing: I notice that the another version of scite that I own
has tabbed view of multiple files, someone knows how to enable that?
gabriele renzi wrote:
sorry, just found:
tabbar.visible=1
tabbar.multiline=1
toolbar.visible=1
gabriele renzi wrote:
… and
buffers=10
Could you please send me copies of the SciTE property files that you
modified? I would like us to consider including these changes in the next
release of the Ruby Installer.
It works if you delete the .bat’s and run rdoc -f ri in the correct
directory. Istalling the latest version broke ri for me until I
remembered to remove the bat
Thanks for the reports and workaround. I’ll make sure all this info gets
logged in the bug report. I’m surprised the bad paths are still in the bat
files – I could have sworn that I fixed that!
It works if you delete the .bat’s and run rdoc -f ri in the correct
directory. Istalling the latest version broke ri for me until I
remembered to remove the bat
Well you can’t just remove the *.bat files. You have to rename
the corresponding files *.rb, too.
I’ll try.
Nope. It still faw down go boom!
Generating RI…
c:/ruby/lib/ruby/1.8/rdoc/markup/simple_markup/to_flow.rb:92:in accept_rule’:
undefined local variable or method size' for #<SM::ToFlow:0xda12d90> (NameError) from c:/ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:170:in accept’
from c:/ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:165:in each' from c:/ruby/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb:165:in accept’
from c:/ruby/lib/ruby/1.8/rdoc/markup/simple_markup.rb:259:in convert' from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:224:in markup’
from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:107:in generate_class_info' from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:90:in process_class’
from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:85:in generate' from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:84:in each’
from c:/ruby/lib/ruby/1.8/rdoc/generators/ri_generator.rb:84:in generate' from c:/ruby/lib/ruby/1.8/rdoc/rdoc.rb:210:in document’
from c:/ruby/bin/rdoc.rb:63
···
–
John W. Kennedy
“Those in the seat of power oft forget their failings and seek only the obeisance of others! Thus is bad government born! Hold in your heart that you and the people are one, human beings all, and good government shall arise of its own accord! Such is
the path of virtue!”
– Kazuo Koike. “Lone Wolf and Cub: Thirteen Strings” (tr. Dana Lewis)