(edge nubie q) what revision of edge rails to use?

I have just moved to the edge. No more old gem installed
rails for me.

Ok this brings me to my new question. Ive just used freeze to install
edge rails revision 5166. Is this a common practise, to install the
latest
version?

Im considering stability, do edge users tend to use a slightly
older revision eg non bleading edge ?

How do you find out the best version to install ?

Adam M. wrote:

I have just moved to the edge. No more old gem installed
rails for me.

Ok this brings me to my new question. Ive just used freeze to install
edge rails revision 5166. Is this a common practise, to install the
latest
version?

Im considering stability, do edge users tend to use a slightly
older revision eg non bleading edge ?

How do you find out the best version to install ?

If you need stability, stick with the gems. Edge is, almost by
definition, bleeding.

A.

Alan F. wrote:

Adam M. wrote:

I have just moved to the edge. No more old gem installed
rails for me.

Ok this brings me to my new question. Ive just used freeze to install
edge rails revision 5166. Is this a common practise, to install the
latest
version?

Im considering stability, do edge users tend to use a slightly
older revision eg non bleading edge ?

How do you find out the best version to install ?

If you need stability, stick with the gems. Edge is, almost by
definition, bleeding.

A.

I was under the impression that bleeding edge was the lastest release
while a few versions back was just considered edge. Sorry for the
semantics, i just want to understand this.

I have to use edge rails to get the restful features. I tried and failed
to get the simply_restful plugin to work. It kept throwing errors about
initialisation when i tried to use the generators or start the server.

So if i am to ue edge rails, what version is best for just the restful
features.

Basically i would like to know if those who need edge rails to be as
stable as possible, what version do they use and what do they base that
decision on ?

adam

Ezra Z. wrote:

On Sep 22, 2006, at 2:15 PM, Adam M. wrote:

version?

So if i am to ue edge rails, what version is best for just the restful
features.

Basically i would like to know if those who need edge rails to be as
stable as possible, what version do they use and what do they base
that
decision on ?

adam

If you are going to use edge rails, you pretty much just do rake
rails:freeze:edge and your done. It will just grab the latest trunk
from the rails svn repo. I am running on edge frozen two days ago.
Usually you can just freeze edge and then if it all works for you ,
you just leave it frozen until you need to upgrade it to get a new
feature.

thanks for the reply.

One last question, is there a place that lists revision milestones. eg
this function added at this date ?

-Ezra

On Sep 22, 2006, at 2:15 PM, Adam M. wrote:

version?

So if i am to ue edge rails, what version is best for just the restful
features.

Basically i would like to know if those who need edge rails to be as
stable as possible, what version do they use and what do they base
that
decision on ?

adam

If you are going to use edge rails, you pretty much just do rake

rails:freeze:edge and your done. It will just grab the latest trunk
from the rails svn repo. I am running on edge frozen two days ago.
Usually you can just freeze edge and then if it all works for you ,
you just leave it frozen until you need to upgrade it to get a new
feature.

-Ezra

Adam M. wrote:

Basically i would like to know if those who need edge rails to be as
Usually you can just freeze edge and then if it all works for you ,

You can subscribe to the Trac RSS feed for revisions to
trunk(http://dev.rubyonrails.org/log/trunk?limit=100&mode=stop_on_copy&format=rss).
Also work subscribing to Ryan’s Scraps
(Page not found) – he’s pretty hot on
describing latest edge features.