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:
- 999 Bytes
1 | # The test environment is used exclusively to run your application's |
2 | # test suite. You never need to work with it otherwise. Remember that |
3 | # your test database is "scratch space" for the test suite and is wiped |
4 | # and recreated between test runs. Don't rely on the data there! |
5 | config.cache_classes = true |
6 | |
7 | # Log error messages when you accidentally call methods on nil. |
8 | config.whiny_nils = true |
9 | |
10 | # Show full error reports and disable caching |
11 | config.action_controller.consider_all_requests_local = true |
12 | config.action_controller.perform_caching = false |
13 | |
14 | # Tell ActionMailer not to deliver emails to the real world. |
15 | # The :test delivery method accumulates sent emails in the |
16 | # ActionMailer::Base.deliveries array. |
17 | config.action_mailer.delivery_method = :test |
18 | |
19 | # Overwrite the default settings for fixtures in tests. See Fixtures |
20 | # for more details about these settings. |
21 | # config.transactional_fixtures = true |
22 | # config.instantiated_fixtures = false |
23 | # config.pre_loaded_fixtures = false |