[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Is there any project like Zope or Plone?

bin liu

12/10/2004 5:16:00 AM

Is there any project like Zope or Plone in Ruby except Rails?


_______________________________________________
programming is my life
my blog:http://blog.itpub....
http://www.ru...



6 Answers

steven_todd_harris

12/10/2004 5:41:00 AM

0

Funny,

I just asked that same question except mine read, is their anything
like nuke
in ruby other than rails. Of course nuke is kind of like zope and plone
I think
but is in php. I got responses so I'm guessing the answer is a big fat
no. I'd
be interested in writing something but I'm not sure I have the time
right now.

bin liu wrote:
> Is there any project like Zope or Plone in Ruby except Rails?
>
>
> _______________________________________________
> programming is my life
> my blog:http://blog.itpub....
> http://www.ru...

T. Onoma

12/10/2004 5:41:00 AM

0

On Friday 10 December 2004 12:16 am, bin liu wrote:
| Is there any project like Zope or Plone in Ruby except Rails?

Not really.

The idea of "Rope" has been mentioned a number of times, but never really
pursued. Rails, I suppose is the closest thing around, albeit there are a
number of other apps like Rails as well: IOWA, Nitro, etc. I recently
mentioned to David Heinemeier Hansson (Rails author) the idea of combining
his Instiki with Rails to make a Zope killer. No go.

I was programming with Zope before I made the switch to Ruby. There are some
really nice features that I miss when coding web apps. I sometimes consider
what "Rope" would be like. I would certainly do some things differently.
Ironically, much of my work seems to be converging on it. But then again, it
may just be to hang myself with ;)

My 2 rubelites,
T.


gabriele renzi

12/10/2004 10:08:00 AM

0

steven_todd_harris@yahoo.com ha scritto:
> Funny,
>
> I just asked that same question except mine read, is their anything
> like nuke
> in ruby other than rails. Of course nuke is kind of like zope and plone
> I think
> but is in php.

not really. Plone is somewhat like a nuke, in the sense of being a CMS
(but there are *huge differencies*). Zope is just the underlying engine.

Actually, If you look for application server-ish stuff in ruby you will
find stuff (I.e. I am thinking of Cerise on rubyforge).
Put 'server' in the search box at rubyforge.org.

George Moschovitis

12/10/2004 10:10:00 AM

0


> I was programming with Zope before I made the switch to Ruby. There are some
> really nice features that I miss when coding web apps. I sometimes consider

I havent used Zope that much. Can you elaborate on those 'nice'
features? Perhaps I can include one or two in Nitro.

-g.

--
www.navel.gr | tel: +30 2106898050 | fax: +30 2106898437

web appliction engine: http://www.nave...
have fun: http://...

bruno modulix

12/10/2004 11:52:00 AM

0

steven_todd_harris@yahoo.com wrote:
(top-post corrected)

> bin liu wrote:
>
>>Is there any project like Zope or Plone in Ruby except Rails?
>>

> Funny,
>
> I just asked that same question except mine read, is their anything
> like nuke
> in ruby other than rails. Of course nuke is kind of like zope and plone
> I think

Then you're plain wrong. Zope is an application server.

bruno modulix

12/10/2004 1:02:00 PM

0

George Moschovitis wrote:
>
>> I was programming with Zope before I made the switch to Ruby. There
>> are some really nice features that I miss when coding web apps. I
>> sometimes consider
>
>
> I havent used Zope that much. Can you elaborate on those 'nice'
> features? Perhaps I can include one or two in Nitro.

Acquisition, ZopePageTemplates...

> -g.
>


--
bruno desthuilliers
ruby -e "print 'onurb@xiludom.gro'.split('@').collect{|p|
p.split('.').collect{|w| w.reverse}.join('.')}.join('@')"
--