Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 700 Bytes
1 | # The production environment is meant for finished, "live" apps. |
2 | # Code is not reloaded between requests |
3 | config.cache_classes = true |
4 | |
5 | # Use a different logger for distributed setups |
6 | # config.logger = SyslogLogger.new |
7 | |
8 | |
9 | # Full error reports are disabled and caching is turned on |
10 | config.action_controller.consider_all_requests_local = false |
11 | config.action_controller.perform_caching = true |
12 | |
13 | # Enable serving of images, stylesheets, and javascripts from an asset server |
14 | # config.action_controller.asset_host = "http://assets.example.com" |
15 | |
16 | # Disable delivery errors if you bad email addresses should just be ignored |
17 | # config.action_mailer.raise_delivery_errors = false |