gem

todos

  1. better dynamic attributes
  2. better schema
  3. gem
  4. links rewrite
  5. tagging system

We are near to releasing our first zena gem but would like some testing…

test gem

  1. download gem
  2. $ sudo gem install zena-0.15.0.gem
  3. $ zena myapp

If all goes well, this should install the gem with the required dependencies, create an empty project called ‘myapp’, configure the database and start the server.

Thanks a lot to anyone taking some time to test this !

Gaspard

comments

  1. Thursday, October 15 2009 01:31 Gaspard Bucher

    You can either leave a message here or send me an email: gaspard….

  2. Thursday, October 15 2009 15:21 Gaspard Bucher

    My fault: rubyless 0.3.1 was not released to rubygems. FIxed.

    You will need github as gem source:

    # sudo gem sources -a http://gems.github.com
  3. Thursday, October 15 2009 15:27 Gaspard Bucher

    Gems dependencies did not contain rails… Uploaded a new gem.

  4. Thursday, October 15 2009 16:49 Gaspard Bucher

    QueryBuilder gem did not install properly on case sensitive platforms. Released a new gem 0.5.6 and updated zena gem.

  5. Thursday, October 15 2009 18:23 Gaspard Bucher

    Was missing sqlite3 and json dependencies and there was a problem loading ‘RedCloth’.

  6. Thursday, October 15 2009 20:31 Gaspard Bucher

    Removed ‘RMagick’ dependency and fixed zena to work without image processing.

  7. leave a comment