Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Remove setting of internal and external encodings for ruby 1.9 - as ↵ | Louise Crow | 2013-05-28 | -0/+4 |
| | | | | | | per 512d8e3d1845e327740acc2f7326e72b23d0d604, this is already the default in Rails 3." <- Although this is the default in Rails, Rails isn't loaded at this point in the script. This reverts commit 6124624f4035e74eb79f1e93f26d5584ed3e2fa1. | |||
* | Restore load of config (AlaveteliConfiguration is required in forward_on) - ↵ | Louise Crow | 2013-05-08 | -0/+4 |
| | | | | update config to avoid redefinition of constant warnings. | |||
* | Remove setting of internal and external encodings for ruby 1.9 - as per ↵ | Louise Crow | 2013-04-30 | -4/+0 |
| | | | | 512d8e3d1845e327740acc2f7326e72b23d0d604, this is already the default in Rails 3. | |||
* | Stop AlaveteliConfiguration class being loaded twice | Matthew Landauer | 2013-03-19 | -4/+0 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ↵ | Matthew Landauer | 2013-01-28 | -1/+1 |
| | | | | do anything as used here | |||
* | Move the action mailer dependency to the mail handler so that it's only ↵ | Louise Crow | 2012-12-04 | -19/+22 |
| | | | | active in Ruby 1.8. Use mail handler methods in handle-mail-replies. | |||
* | Use mail handler in handle-mail-replies.rb | Louise Crow | 2012-11-15 | -1/+3 |
| | ||||
* | 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 |