ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
Running Chiliproject 1.1.0 through "rake test" on Ruby 1.9.2-p180 (OS X / Sqlite3)
Added by Ollivier Robert at 2011-03-15 04:30 pm
Here is a test run of "rake test" on my laptop, running OS X 10.6.6 with Ruby 1.9.2-p180 (through rvm). Haven't tried running it at all though at the moment.
http://pastebin.com/5YNa7TZA
362 [17:19] roberto@roberto-al:rron/chiliproject> ./script/about
About your application's environment
Ruby version 1.9.2 (x86_64-darwin10.5.0)
RubyGems version 1.5.3
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root /Volumes/Users/www/rron/chiliproject
Environment development
Database adapter sqlite3
Database schema version 20101114115359
Enjoy!
Thanks, I'll have to see about getting 1.9.2 set up now.
Eric Davis