_ _ _ _ _
.-.-. ___| | _____ _____ _ __(_)_ __ | |_ ___ _ __ __ _ ___| |_(_)_ _____
(_\|/_) / __| |/ _ \ \ / / _ \ '__| | '_ \| __/ _ \ '__/ _` |/ __| __| \ \ / / _ \
( /|\ )| (__| | (_) \ V / __/ | | | | | | || __/ | | (_| | (__| |_| |\ V / __/
'-'-' \___|_|\___/ \_/ \___|_| |_|_| |_|\__\___|_| \__,_|\___|\__|_| \_/ \___|
A dead simple content management system for Rails 3.
To install and run in development:
git clone git://github.com/cloverinteractive/clovercms.git
cd clovercms
bundle install
rake db:migrate db:seed
rake spec cucumber
We currently test with:
- ruby 1.9.2
- ruby 1.8.7
- ree
We take JRuby into consideration, and our Gemfile works nice with its platforms, but since we can only version one instance, we don't build against it. However you can use clovercms
with JRuby by doing the following:
rm -f Gemfile.lock
jruby -S bundle install
We use metric_fu
for code metrics, that said rcov
is known to fail when using ruby 1.9, at this moment metrics can only be generated in ruby 1.8.7.
To run code metrics, rake metrics:all
Feel free to submit a pull request and don't forget to add your name to the list below.
- Enrique Vidal - Creator, ruby developer
- Adan Alvarado - Designer of the Open Source Dashboard theme and front-end developer
- ulisesroche