We are near to releasing our first zena gem but would like some testing…
test gem
- download gem
$ sudo gem install zena-0.15.0.gem$ 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
You can either leave a message here or send me an email: gaspard….
My fault: rubyless 0.3.1 was not released to rubygems. FIxed.
You will need github as gem source:
Gems dependencies did not contain rails… Uploaded a new gem.
QueryBuilder gem did not install properly on case sensitive platforms. Released a new gem 0.5.6 and updated zena gem.
Was missing sqlite3 and json dependencies and there was a problem loading ‘RedCloth’.
Removed ‘RMagick’ dependency and fixed zena to work without image processing.