Steven Hancock
|
a8de3a5a3f
|
Rails.root and File.join cleanup
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
|
2012-06-11 03:13:20 -07:00 |
|
Jonne Haß
|
98bdf68003
|
do not rely on hoptoad to insert rack ssl
|
2012-01-22 18:42:06 +01:00 |
|
Maxwell Salzberg
|
69e81a0dc3
|
move loading rack ssl to an initializer, so we have EnviromentConfiguration and AppConfig. also, circumvent ssl requirement option is now back"
|
2012-01-18 17:57:26 -08:00 |
|
Maxwell Salzberg
|
1b3cdbb78a
|
Revert "add a circumvent_ssl_requirement option to application.yml.example; sending out a mail to diaspora-dev for more info"
This reverts commit ed45789403.
|
2012-01-18 16:52:13 -08:00 |
|
Maxwell Salzberg
|
e4bb00fa2f
|
Revert "make sure we always have app config in enviroment configuration"
This reverts commit 23fb1b0a29.
|
2012-01-18 16:52:01 -08:00 |
|
Maxwell Salzberg
|
23fb1b0a29
|
make sure we always have app config in enviroment configuration
|
2012-01-18 16:44:36 -08:00 |
|
Maxwell Salzberg
|
ed45789403
|
add a circumvent_ssl_requirement option to application.yml.example; sending out a mail to diaspora-dev for more info
|
2012-01-18 15:50:22 -08:00 |
|
Maxwell Salzberg
|
41ecf2b27d
|
make a method in EnviromentConfiguration to test if newrelic is setup
|
2012-01-05 18:14:06 -08:00 |
|
Maxwell Salzberg
|
43090d38eb
|
AppConfig in heroku can now read array variables
|
2012-01-03 16:18:51 -08:00 |
|
Maxwell Salzberg
|
a7d59ce115
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|