I installed Community Engine locally to my mac this afternoon. Everything went smoothly. Now, when I'm trying to install it on my web server (linux), I can't get past the `rake test` step.
$ [~/projects/polis]# rake test --trace (in /home/mculp/projects/polis) ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:abort_if_pending_migrations ** Execute db:test:prepare ** Invoke db:test:load (first_time) ** Invoke db:test:purge (first_time) ** Invoke environment ** Execute db:test:purge ** Invoke test:functionals (first_time) ** Invoke db:test:prepare ** Execute test:functionals /usr/bin/ruby -I"/home/mculp/projects/polis/lib" -I"/home/mculp/ projects/polis/test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/ rake_test_loader.rb" ** Invoke test:integration (first_time) ** Invoke db:test:prepare ** Execute test:integration /usr/bin/ruby -I"/home/mculp/projects/polis/lib" -I"/home/mculp/ projects/polis/test" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/ rake_test_loader.rb" Errors running test:units! I looked around and saw where someone was having trouble with 2.3.4 (I have 2.3.3 on my mac), so I tried reinstalling with `rails _2.3.2_ app` and followed the steps and got the same results. Web server: ruby 1.8.7, rails 2.3.4 (also tried 2.3.2) Mac: ruby 1.8.6, rails 2.3.3 Any help would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
