me too.
Requirements:
- RAILS VERSION 2.3.2
- ImageMagick (>6.4)
- Several gems:
desert
rmagick
hpricot
htmlentities
rake 0.8.3
haml 2.0.5
aws-s3 (if using s3 for photos)
rails AppName -m
http://www.communityengine.org/install_template.rb
rake community_engine:test
Result.
Finished in 318.125 seconds.
1) Error:
test_should_get_index(StatisticsControllerTest):
NoMethodError: undefined method `today' for Time:Class
vendor/plugins/community_engine/app/controllers/
statistics_controller.rb:9:in `index'
C:\App\AppName\vendor/plugins/community_engine/app/controllers/
statistics_controller.rb:9:in `index'
C:\App\AppName\vendor\plugins\community_engine\app\controllers
haml (2.0.5) lib/sass/plugin/rails.rb:19:in `process'
/vendor/plugins/community_engine/test/functional/
statistics_controller_test.rb:14:in `test_should_get_index'
2) Error:
test_should_get_stats_if_admin(UsersControllerTest):
NoMethodError: undefined method `today' for Time:Class
vendor/plugins/community_engine/app/controllers/users_controller.rb:
412:in `statistics'
haml (2.0.5) lib/sass/plugin/rails.rb:19:in `process'
/vendor/plugins/community_engine/test/functional/
users_controller_test.rb:418:in `test_should_get_stats_if_admin'
3) Error:
test_should_show_user_statistics(UsersControllerTest):
NoMethodError: undefined method `today' for Time:Class
vendor/plugins/community_engine/app/controllers/users_controller.rb:
412:in `statistics'
haml (2.0.5) lib/sass/plugin/rails.rb:19:in `process'
/vendor/plugins/community_engine/test/functional/
users_controller_test.rb:448:in `test_should_show_user_statistics'
486 tests, 828 assertions, 0 failures, 3 errors
rake aborted!
Command failed with status (1): [C:/Ruby/bin/ruby -Ilib;lib "C:/Ruby/
lib/ru...]
(See full trace by running task with --trace)