Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Rails 1.1 Released

0 views
Skip to first unread message

David Ishmael

unread,
Mar 28, 2006, 9:12:31 AM3/28/06
to
Ran across this article on digg.com about the release of Rails 1.1:

http://weblog.rubyonrails.com/articles/2006/03/28/rails-1-1-rjs-active-recor
d-respond_to-integration-tests-and-500-other-things

In case anyone might have missed it.

-Dave

julian

unread,
Mar 28, 2006, 9:35:27 AM3/28/06
to
Your link does not work I think, I could be wrong though ..??

Avatar

unread,
Mar 28, 2006, 9:44:04 AM3/28/06
to

David Ishmael

unread,
Mar 28, 2006, 9:44:45 AM3/28/06
to
Yeah, the link got cropped because the URL is so long. Head over to
http://www.rubyonrails.org and look for a link in the red bar that reads,
"New Release: Rails 1.1".

-Dave

David Ishmael

unread,
Mar 28, 2006, 9:49:18 AM3/28/06
to
DOH, that still doesn't work right (wish they'd update their main site).
The link may have been split in the original thread. If you see two lines,
cut and paste both lines as a single line in your browser address bar. You
can also try this:

http://snipurl.com/oaw4


-Dave

John N. Alegre

unread,
Mar 28, 2006, 10:35:41 AM3/28/06
to
David Ishmael wrote:

It is still not being installed by gem ???

john

David Ishmael

unread,
Mar 28, 2006, 10:45:47 AM3/28/06
to
>It is still not being installed by gem ???
>
>john

What do you mean? I think gem installs rails:

Upgrading from 1.0

So with such a massive update, upgrading is going to be hell, right? Wrong!
We've gone to painstaking lengths to ensure that upgrading from 1.0 will be
as easy as pie. Here goes the steps:

Update to Rails 1.1:
gem install rails --include-dependencies
Update JavaScripts for RJS:
rake rails:update
That's pretty much it! If you're seeing any nastiness after upgrading, it's
most likely due to a plugin that's incompatible with 1.1. See if the author
hasn't updated it and otherwise force him to do so.

If you're on Ruby 1.8.2 with Windows, though, you'll want to upgrade to the
1.8.4 (or the script/console will fail). And even if you're on another
platform, it's a good idea to upgrade to Ruby 1.8.4. We still support 1.8.2,
but might not in the next major release. So may as well get the upgrading
with over with now.


Frank

unread,
Mar 28, 2006, 1:06:31 PM3/28/06
to
David Ishmael wrote:
> Ran across this article on digg.com about the release of Rails 1.1:
>
>
>

<http://weblog.rubyonrails.com/articles/2006/03/28/rails-1-1-rjs-active-record-respond_to-integration-tests-and-500-other-things>

There. Now the URL should work most places. (Added <>)

-f

John N. Alegre

unread,
Mar 28, 2006, 3:58:44 PM3/28/06
to
I get a hang at ...
info@libros:~/bin> gem install rails --include-dependencies
Attempting local installation of 'rails'
Local gem file not found: rails*.gem
Attempting remote installation of 'rails'
Updating Gem source index for: http://gems.rubyforge.org

never get past that!!!

That's what I mean

John N. Alegre

unread,
Mar 28, 2006, 4:14:05 PM3/28/06
to
John N. Alegre wrote:

> I get a hang at ...
> info@libros:~/bin> gem install rails --include-dependencies
> Attempting local installation of 'rails'
> Local gem file not found: rails*.gem
> Attempting remote installation of 'rails'
> Updating Gem source index for: http://gems.rubyforge.org
>
> never get past that!!!
>
> That's what I mean
>

mea culpa, mea culpa, mea maxiua cupla

I guess a lot of people are hitting rubyforge. This did work after waiting
10 min.

Sorry for the confusion.
john

David Ishmael

unread,
Mar 28, 2006, 4:40:09 PM3/28/06
to
Whew, I was running out of ideas. ;) Glad it's working now.

-Dave

-----Original Message-----
From: John N. Alegre [mailto:in...@johnalegre.net]
Sent: Tuesday, March 28, 2006 4:19 PM
To: ruby-talk ML

Benjohn Barnes

unread,
Mar 28, 2006, 6:22:13 PM3/28/06
to

On 28 Mar 2006, at 22:40, David Ishmael wrote:

> Whew, I was running out of ideas. ;) Glad it's working now.

Still seems to be grinding though. I wonder if gems could also be
distributed through bit-torrent, or something?


Peter Palmer

unread,
Mar 28, 2006, 6:26:29 PM3/28/06
to
What sort of bandwidth is needed? Perhaps I can help set up a mirror
service?

Cheers,


Pete

Benjohn Barnes

unread,
Mar 28, 2006, 6:36:13 PM3/28/06
to

On 29 Mar 2006, at 00:26, Peter Palmer wrote:

> What sort of bandwidth is needed? Perhaps I can help set up a
> mirror service?

It's odd - a lot of the time seems to be taken up by updating the gem
info from the remote site. I think this took longer than actually
getting the gems down. :) The total time was not excessive though.

Peter Palmer

unread,
Mar 28, 2006, 6:41:40 PM3/28/06
to
Perhaps it would be possible to mirror the gems as opposed to the site
itself? From what I can tell everything is coming from and relying on
one server on what appears ( forgive me if I'm mistaken ) to be a DSL
line. I've got servers and bandwidth spare in a datacentre, and I would
love to use it for something useful as opposed to sitting there idling
away....

Anyway, just a thought :)

James Britt

unread,
Mar 28, 2006, 7:22:26 PM3/28/06
to
Peter Palmer wrote:
> Perhaps it would be possible to mirror the gems as opposed to the site
> itself?

That is what happens now. There are, I think, 6 gems mirrors.

--
James Britt

"In Ruby, no one cares who your parents were, all they care
about is if you know what you are talking about."
- Logan Capaldo


Eric Hodel

unread,
Mar 28, 2006, 9:31:55 PM3/28/06
to

There are better solutions already on the table. The problem is that
the gem index is really big. It doesn't need to be as big as it is.

--
Eric Hodel - drb...@segment7.net - http://blog.segment7.net
This implementation is HODEL-HASH-9600 compliant

http://trackmap.robotcoop.com


Gregory Seidman

unread,
Mar 29, 2006, 7:58:40 AM3/29/06
to
On Wed, Mar 29, 2006 at 11:31:55AM +0900, Eric Hodel wrote:
} On Mar 28, 2006, at 3:22 PM, Benjohn Barnes wrote:
}
} >On 28 Mar 2006, at 22:40, David Ishmael wrote:
} >
} >>Whew, I was running out of ideas. ;) Glad it's working now.
} >
} >Still seems to be grinding though. I wonder if gems could also be
} >distributed through bit-torrent, or something?
}
} There are better solutions already on the table. The problem is that
} the gem index is really big. It doesn't need to be as big as it is.

I suspect that most of it doesn't change very often (meaning that the
amount of change from day to day is pretty small, not that there are large
pieces that never change). Perhaps rsync would be of use here.

--Greg

Jim Weirich

unread,
Mar 29, 2006, 9:56:33 AM3/29/06
to

The CVS head of rubygems will do incremental downloads of the index
file. We are working out the details of testing this on a large site
like RubyForge.

It's coming. :)

--
-- Jim Weirich


--
Posted via http://www.ruby-forum.com/.


Tom Copeland

unread,
Mar 29, 2006, 10:22:21 AM3/29/06
to

Yup, all gems and large files are served by mirrors:

http://rubyforge.org/credits/

The slowdown now is due to the size of the Gem index (and RubyForge's
limited bandwidth). The Gem guys have a fix in the pipeline for the
former and I think the latter is being worked on as well...

Yours,

Tom


Tom Copeland

unread,
Mar 29, 2006, 10:22:44 AM3/29/06
to
On Wed, 2006-03-29 at 08:36 +0900, Benjohn Barnes wrote:
> On 29 Mar 2006, at 00:26, Peter Palmer wrote:
>
> > What sort of bandwidth is needed? Perhaps I can help set up a
> > mirror service?
>
> It's odd - a lot of the time seems to be taken up by updating the gem
> info from the remote site. I think this took longer than actually
> getting the gems down. :)

Exactly right.

Yours,

Tom


Tom Copeland

unread,
Mar 29, 2006, 10:24:03 AM3/29/06
to
On Wed, 2006-03-29 at 08:41 +0900, Peter Palmer wrote:
> Perhaps it would be possible to mirror the gems as opposed to the site
> itself?

Yup, that's the way it's done now.

> From what I can tell everything is coming from and relying on
> one server on what appears ( forgive me if I'm mistaken ) to be a DSL
> line.

Hehe, the DSL line part is correct :-)

> I've got servers and bandwidth spare in a datacentre, and I would
> love to use it for something useful as opposed to sitting there idling
> away....

Great! Please join the support-mirrors list:

http://rubyforge.org/mailman/listinfo/support-mirrors

and we can discuss rsyncing and all that good stuff. Thanks!

Yours,

Tom


0 new messages