SimplyRestfull ? Where to download the latest version?

Hi, two questions please :

Thanks

Note : can somebody provide a REST sample application (something very
basic, on how to use the plugin) ??

On 11/18/06, nuno [email protected] wrote:

Note : can somebody provide a REST sample application (something very
basic, on how to use the plugin) ??


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

Nuno,

The REST functionality provided by the simply_restful plugin has
been in edge for quite some time now. The plugin was a testing ground
and now is simply of historic value. Simply rake rails:freeze:edge or
wait a few days/weeks for Rails 1.2 to be released.

Hope this helps.


Zack C.
http://depixelate.com

Zack C. wrote:

The REST functionality provided by the simply_restful plugin has
been in edge for quite some time now. The plugin was a testing ground
and now is simply of historic value. Simply rake rails:freeze:edge or
wait a few days/weeks for Rails 1.2 to be released.

Hope this helps.

Thank you for this answer Zack - What is “edge” rails ? The latest svn
(unstable) version ?

Is it “safe” to start a new project with edge rails instead of latest
1.1.x version ?

On 11/19/06, nuno [email protected] wrote:

Nuno,

Yes, edge rails is the latest copy from the trunk of the rails svn
repository. If you’re just starting a project I would say it’s safe
if only because rails 1.2 should be coming out shortly. At that point
you can freeze to 1.2.


Zack C.
http://depixelate.com

Zack C. wrote:

Yes, edge rails is the latest copy from the trunk of the rails svn
repository. If you’re just starting a project I would say it’s safe
if only because rails 1.2 should be coming out shortly. At that point
you can freeze to 1.2.

Okay, I’ve seen that they are at pre-release candidate stage - Should be
fine to use for new projets…