Content Managing System in Ruby

  • Thread starter Mathieu Blondel
  • Start date
M

Mathieu Blondel

Hi all,

I would like to know if CMS programmed in Ruby exist ?

Regards,
MB
 
F

Florian Weber

Hi all,

I would like to know if CMS programmed in Ruby exist ?

i just finished one. it's done with rails. it might take a while until
i release it to the public though..
 
K

Kirk Haines

Hi all,

I would like to know if CMS programmed in Ruby exist ?

They exist. They may not be publically released, but they exist.

I have one. I have a bunch of legacy users who are on an old one written in
Perl. I have been converting it to Ruby with IOWA so that I could add new
features and generally make it better. It's not really something I plan to
release, though, in part because the conversion is only 1/2 done. Parts in
still Perl, and in part because even though it is in Ruby on a good
framework, it's still just a conversion and enhancement on a system that
won't win any awards for beauty or elegance.

Paul Vudmaska (paul, are you still lurking?) has a nice looking system that
he created for a bunch of his clients. It's done directly with
mod_ruby/eruby without the benefit of any other framework. That one is, or
was, publically available at some version. If Paul isn't listening, I'll
see if I can find out what the state of that is and report back.


Kirk Haines
 
M

Mathieu Blondel

They exist. They may not be publically released, but they exist.

In fact, I would prefer to see public ones :)
Paul Vudmaska (paul, are you still lurking?) has a nice looking system that
he created for a bunch of his clients. It's done directly with
mod_ruby/eruby without the benefit of any other framework. That one is, or
was, publically available at some version. If Paul isn't listening, I'll
see if I can find out what the state of that is and report back.

I may end up to do a CMS for my site and in this case I would release it
publically.

I think I wouldn't use big frameworks either.

Some features I need would be :
- XML based structures content
- Good metadata system
- Roles and rights (abouts users and files)
- i18n
- workflows
- versionning
- groupware
 
G

gabriele renzi

Florian Weber ha scritto:

i just finished one. it's done with rails. it might take a while until
i release it to the public though..

release early release often!
Ju7st make it really clear is alpha quality ;)
 
E

Eric Hodel

--Apple-Mail-2-866249408
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII; format=flowed


ZenWeb - http://zenspider.com/ZSS/Products/ZenWeb/index.html

Long in existence.
In fact, I would prefer to see public ones :)


I may end up to do a CMS for my site and in this case I would release
it publically.

I think I wouldn't use big frameworks either.

Some features I need would be :
- XML based structures content

You really don't want this. Really.

ZenWeb works with plain text files with simple markup, much easier to
edit.
- Good metadata system

ZenWeb has an awesome hierarchical metadata system. Truly, truly
awesome. (Truly.)
- Roles and rights (abouts users and files)

Since ZenWeb is based on files, you can control this at the FS level.

Tricky, but possible with the nifty renderers ZenWeb has.
- workflows

Not built-in.
- versionning
CVS.

- groupware

What does this mean?

--
Eric Hodel - (e-mail address removed) - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04


--Apple-Mail-2-866249408
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBZz2+MypVHHlsnwQRAneTAJ44IXvwcy7WOqVgvIzllYUgfhJkvACg48aM
QxhW1ASS+qMUbYZuxJGcVJg=
=pDhS
-----END PGP SIGNATURE-----

--Apple-Mail-2-866249408--
 
C

(Curne) Simon Conrad-Armes

ZenWeb - http://zenspider.com/ZSS/Products/ZenWeb/index.html

Long in existence.


You really don't want this. Really.

That's a tad arrogant, isn't it? If poster needs XML structured
content, that is what he needs. I too would consider it requirement of
a good CMS to have a good understanding of XML and namespaces.
ZenWeb works with plain text files with simple markup, much easier to
edit.

Depends on what tools you are using.
ZenWeb has an awesome hierarchical metadata system. Truly, truly
awesome. (Truly.)


Since ZenWeb is based on files, you can control this at the FS level.

This is far too impractical for large numbers of files. You would end
up implementing chmod interface for it anyhow and it would be hell to
track and display nicely.
Tricky, but possible with the nifty renderers ZenWeb has.


Not built-in.


What does this mean?


Personally I think Bricollage (written in perl, http://bricolage.cc/)
has a nice feature set. If something like it existed in Ruby I would
certainly use it.

/Curne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top