RoR 1.0!

The RoR web site has been revised along with the release, go check it
out!

On 12/13/05, Jeremy M. [email protected] wrote:

The RoR web site has been revised along with the release, go check it
out!

I hope that mysql bug that drops the connection after ten minutes of
no activity got fixed…

On 12/13/05, Jeremy M. [email protected] wrote:

The RoR web site has been revised along with the release, go check it
out!

http://rubyonrails.org

NOW it scales. Finally. Heh.

Not until we rename Rails 1.5 to Rails 5.

NOW it scales. Finally. Heh.

One day we’ll even be ready for the enterprise :wink:


Cheers

Koz

LOL, Thats a comment we should put on the frontpage :slight_smile:

On 13-dec-2005, at 21:12, Jeremy M. wrote:

The RoR web site has been revised along with the release, go check it
out!

http://rubyonrails.org

Anyone got any champagne at hand?


Julian ‘Julik’ Tarkhanov
me at julik.nl

Clarification: I meant add it to the download page, not the guide.

I noticed on the download page (http://rubyonrails.org/down) it says
that OS X users should follow this guide:

Did anybody consider also adding Locomotive to that page as an
alternative? If you’re going for ease of use and quick installation,
it seems like a much better option.

Carl

Ahh, there it is, sorry for the false alarm :slight_smile:

See the bottom of the page :slight_smile:

Am 13.12.2005 um 22:40 schrieb Carl Y.:

On 12/13/05, Tom D. [email protected] wrote:

It has been fixed :slight_smile:

I hope so, as it wasn’t fixed in the last RC.

It has been fixed :slight_smile:

http://dev.rubyonrails.org/ticket/428

So what do I need to do with existing rails apps when there is a Rails
update? What’s the best resource for working out what I should do?

Richard S. :

So what do I need to do with existing rails apps when there is a Rails
update? What’s the best resource for working out what I should do?

Check : Peak Obsession

  -- Jean-François.


À la renverse.

Hi,

On 12/14/05, Joe Van D. [email protected] wrote:

On 12/13/05, Jeremy M. [email protected] wrote:

The RoR web site has been revised along with the release, go check it
out!

I hope that mysql bug that drops the connection after ten minutes of
no activity got fixed…

It does not seem to be. Unfortunately it makes rails practically
un-usable using ruby driver and mysql. I am in the process of
migrating to postgres…


Cheers,

Peter D.

Blog: http://www.RealityForge.org

On 12/13/05, Jean-François [email protected] wrote:

Richard S. :

So what do I need to do with existing rails apps when there is a Rails
update? What’s the best resource for working out what I should do?

Check : Peak Obsession

DHH said in the OP that you just need to update your gems and then run
“rake update_javascripts” to get the latest javascript files.
Assuming that you’re at 0.14.x that’s all there is to it.

On 12/13/05, Peter D. [email protected] wrote:

It does not seem to be. Unfortunately it makes rails practically
un-usable using ruby driver and mysql. I am in the process of
migrating to postgres…

The bug I was talking about is fixed, at least for me.