Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Require rather than load to avoid already defined constant error when ↵ | Louise Crow | 2012-10-17 | -1/+1 |
| | | | | loading rails environment. | |||
* | Add load of configuration module, now code is using Configuation:: rather ↵ | Louise Crow | 2012-10-17 | -13/+15 |
| | | | | than Config.get. | |||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -2/+1 |
| | ||||
* | Fix bug that was preventing Rails from loading when *not* in test mode ↵ | Seb Bacon | 2012-06-14 | -1/+1 |
| | | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c) | |||
* | File.dirname(__FILE__) is not necessarily absolute | Robin Houston | 2012-06-03 | -1/+1 |
| | | | | | | | It’s weird that there’s so much code here that implicitly assumes File.dirname(__FILE__) is an absolute path, because really in general it very much is not! This assumption was invalidated by the recent bundler-awareness changes. | |||
* | Make handle-mail-replies bundler-aware too | Robin Houston | 2012-06-03 | -0/+180 |