Is there any project like Zope or Plone in Ruby except Rails?
···
_______________________________________________
programming is my life
my blog:http://blog.itpub.net/liubin
http://www.ruby-cn.org/
Is there any project like Zope or Plone in Ruby except Rails?
_______________________________________________
programming is my life
my blog:http://blog.itpub.net/liubin
http://www.ruby-cn.org/
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.
On Friday 10 December 2004 12:16 am, 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
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.net/liubin
http://www.ruby-cn.org/
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.
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.
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.navel.gr/nitro
have fun: http://www.joy.gr
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('@')"
--