HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 02:25:21 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090704004240
location: https://web.archive.org/web/20090704004240/https://www.ruby-lang.org/en/
server-timing: captures_list;dur=0.904645, exclusion.robots;dur=0.031850, exclusion.robots.policy;dur=0.019235, esindex;dur=0.013482, cdx.remote;dur=104.262941, LoadShardBlock;dur=411.132186, PetaboxLoader3.datanode;dur=185.526774, PetaboxLoader3.resolve;dur=43.049503
x-app-server: wwwb-app201
x-ts: 302
x-tr: 581
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 01 Aug 2025 02:25:22 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Sat, 04 Jul 2009 00:42:14 GMT
x-archive-orig-server: Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_ruby/1.2.6 Ruby/1.8.5(2006-08-25) mod_ssl/2.2.3 OpenSSL/0.9.8c
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 04 Jul 2009 00:42:40 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Sat, 27 Nov 1999 18:29:46 GMT", ; rel="prev memento"; datetime="Tue, 30 Jun 2009 22:20:12 GMT", ; rel="memento"; datetime="Sat, 04 Jul 2009 00:42:40 GMT", ; rel="next memento"; datetime="Mon, 03 Aug 2009 02:58:49 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 00:07:09 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: portuguese-web-archive-AWP4chkpt52009-20090703215724/IAH-20090704002639-15769-awp01.fccn.pt.arc.gz
server-timing: captures_list;dur=3.155588, exclusion.robots;dur=0.125194, exclusion.robots.policy;dur=0.073204, esindex;dur=0.053075, cdx.remote;dur=131.381798, LoadShardBlock;dur=681.716694, PetaboxLoader3.datanode;dur=473.605155, PetaboxLoader3.resolve;dur=177.896756, load_resource;dur=172.021573
x-app-server: wwwb-app201
x-ts: 200
x-tr: 1147
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Ruby Programming Language
Ruby is…
A dynamic, open source programming language with a focus on
simplicity and productivity. It has an elegant syntax that is
natural to read and easy to write.
Read More…
cities = %w[ London
Oslo
Paris
Amsterdam
Berlin ]
visited = %w[Berlin Oslo]
puts "I still need " +
"to visit the " +
"following cities:" ,
cities - visited
A denial of service (DoS) vulnerability was found on the BigDecimal
standard library of Ruby. Conversion from BigDecimal objects into
Float numbers had a problem which enables attackers to effectively
cause segmentation faults.
ActiveRecord relies on this method, so most Rails applications are
affected by this. Though this is not a Rails-specific issue.
Continue Reading…
Posted by Urabe Shyouhei on 09 Jun 2009
Recently we have a welcome, historic development that the Ruby
1.8.6's maintenance stewardship moved from me (Urabe Shyouhei) to
Kirk Haines of Engine Yard.
Continue Reading…
Posted by Urabe Shyouhei on 23 May 2009