[ANN] released Zena CMS 0.16.5

Hi list !

This is a bug fix release of the coolest CMS around (yes, I am biased).

http://bit.ly/bYm7Rm

I hope this is the last release on the 0.16.x branch and we can move to
the 1.0 branch because there are really exciting new features in this
branch that I can’t wait to start playing with. Some of these features
have been written in separate gems so you can start using them right now
in your own Rails apps if you feel adventurous.

See RubyLess gem for a way to use Ruby syntax to generate … typed and
safe Ruby: http://bit.ly/a7qqRR.

And another really cool gem is Property: it provides a way to do some
very cool and powerful NoSQL stuff from within your normal database:
http://bit.ly/ai9wmC.

See you in a couple of months with the ultimate weapon to defeat all
those PHP content frameworks !

:wink:

Gaspard

Hi,

I cannot install rdoc for rails 3 b3 gem…

sudo gem install rails --pre


Installing ri documentation for rails-3.0.0.beta3…
File not found: lib

Stopping at ri installation step, the documentation (rdoc) is not
installed…

ruby --version
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]

gem --version
1.3.6

How can I solve this problem ?

Many thanks in advance…

Hi,

I cannot install rdoc for rails 3 b3 gem…

sudo gem install rails --pre


Installing ri documentation for rails-3.0.0.beta3…
File not found: lib

Stopping at ri installation step, the documentation (rdoc) is not
installed…

ruby --version
ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux]

gem --version
1.3.6

I’ve partially solved the problem (now I have documentation for all the
gems but not rails…) installing:

sudo gem install actionmailer -v 3.0.0.beta3
Successfully installed activesupport-3.0.0.beta3
Successfully installed activemodel-3.0.0.beta3
Successfully installed actionpack-3.0.0.beta3
Successfully installed actionmailer-3.0.0.beta3
4 gems installed
Installing ri documentation for activesupport-3.0.0.beta3…
Installing ri documentation for activemodel-3.0.0.beta3…
Installing ri documentation for actionpack-3.0.0.beta3…
Installing ri documentation for actionmailer-3.0.0.beta3…
Installing RDoc documentation for activesupport-3.0.0.beta3…
Installing RDoc documentation for activemodel-3.0.0.beta3…
Installing RDoc documentation for actionpack-3.0.0.beta3…
Installing RDoc documentation for actionmailer-3.0.0.beta3…

sudo gem install activerecord -v 3.0.0.beta3
Successfully installed activerecord-3.0.0.beta3
1 gem installed
Installing ri documentation for activerecord-3.0.0.beta3…
Installing RDoc documentation for activerecord-3.0.0.beta3…

sudo gem install railties -v 3.0.0.beta3
Successfully installed railties-3.0.0.beta3
1 gem installed
Installing ri documentation for railties-3.0.0.beta3…
Installing RDoc documentation for railties-3.0.0.beta3…

and finally installing rails:

sudo gem install rails -v 3.0.0.beta3
Successfully installed rails-3.0.0.beta3
1 gem installed
Installing ri documentation for rails-3.0.0.beta3…
File not found: lib

Ri documentation installation fails and no rdoc documentaion is
installed for rails gem…

How can I solve this problem ?

Many thanks in advance…