We couldn't make it error free, but it's fairly good, we hope.
matz.
In message "Re: [ANN] Ruby 1.9.0 is released" on Wed, 26 Dec 2007 00:04:13 +0900, Yukihiro Matsumoto <m...@ruby-lang.org> writes: | |Hi, | |We are happy to announce of the release of the 1.9.0 the development |release. You can fetch it from: | | ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.0-0.tar.bz2 | 407cc7d0032e19eb12216c0ebc7f17b3
Thanks for the new release! Ruby is a wonderful language.
The zip file above, with a link on the front page of http://www.ruby-lang.org, is actually linked to the tar.gz file. Just wanted to let you guys know.
Brad Tilley wrote: > Thanks for the new release! Ruby is a wonderful language.
> The zip file above, with a link on the front page of > http://www.ruby-lang.org, is actually linked to the tar.gz file. Just > wanted to let you guys know.
Thank you to Matz and the many Ruby contributors! Your efforts are very much appreciated. Thank you so very much for help to make programming something I love to do.
James
On Dec 25, 2007 10:04 AM, Yukihiro Matsumoto <m...@ruby-lang.org> wrote:
> Thank you to Matz and the many Ruby contributors! Your efforts are > very much appreciated. Thank you so very much for help to make > programming something I love to do.
> James
> On Dec 25, 2007 10:04 AM, Yukihiro Matsumoto <m...@ruby-lang.org> wrote: > > Hi,
> > We are happy to announce of the release of the 1.9.0 the development > > release. You can fetch it from:
> We hope this helps you to enjoy hacking. Happy Holidays.
Is this a stable release? Is it intended for production development like 1.8 was?
--Ken
-- Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/
>> We are happy to announce of the release of the 1.9.0 the development >> release. You can fetch it from: [...] > Is this a stable release? Is it intended for production development > like 1.8 was?
"the development release"
As stated at rubyconf and elsewhere, this is a development release. It is not as solid as 1.8 currently is.
It is probably not a good idea to roll out a "dot zero" of _anything_ into production (eg, I'll NEVER roll out a dot zero (or for that matter, a dot one) of rails to my production envs).
On Dec 25, 3:25 pm, Ryan Davis <ryand-r...@zenspider.com> wrote:
> It is probably not a good idea to roll out a "dot zero" of _anything_ > into production (eg, I'll NEVER roll out a dot zero (or for that > matter, a dot one) of rails to my production envs).
Thankfully, you don't have long to wait after a dot zero Rails release to get something else.
> >> We are happy to announce of the release of the 1.9.0 the development > >> release. You can fetch it from: [...]
> > Is this a stable release? Is it intended for production development > > like 1.8 was?
> "the development release"
> As stated at rubyconf and elsewhere, this is a development release. It > is not as solid as 1.8 currently is.
> It is probably not a good idea to roll out a "dot zero" of _anything_ > into production (eg, I'll NEVER roll out a dot zero (or for that > matter, a dot one) of rails to my production envs).