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.

« Previous | Next » 

Revision 87d8634b

ID: 87d8634b04ee38d6b1541889600905ee0d9fb9c1
Added by Gregor Schmidt at 2011-05-10 08:40 am

[#290] using bundler

  • following setup instructions from http://gembundler.com/rails23.html
  • adding generated files to .gitignore and .hgignore
  • removing config.gem calls
  • adding Gemfile that should work with all supported dbs and interpreters
  • removing work-around for rubygems 1.5 deprecation. this seems to be fixed since now bundler handles the gem loading

Related issues