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 |
|
Maxwell Salzberg
|
a5b53717ea
|
small typo fixes, in heroku and seed scripts [ci skip]
|
2012-04-03 15:02:10 -07:00 |
|
Maxwell Salzberg
|
bb5aa2821d
|
use the built in asset_sync initializer. add a rake task to bootstrap
heroku and asset sync, which puts the S3 config vars in from your app
config.
|
2012-04-03 14:47:33 -07:00 |
|
Maxwell Salzberg
|
a2aabeb599
|
remove ActiveSupport::SecureRandom
|
2012-03-21 13:49:34 -07:00 |
|
Maxwell Salzberg
|
467f3b0bda
|
MS TT; Add heroku_san to gemfile, adjust custom heroku rake tasks
|
2012-01-16 20:25:56 -08:00 |
|
Maxwell Salzberg
|
c45057bd94
|
update settings logic, and heroku rake task
|
2012-01-13 13:59:34 -08:00 |
|
Tray Torrance
|
def764f29f
|
Remove logging:basic before adding logging:expanded
|
2012-01-09 19:26:33 -08:00 |
|
Jamie Wilkinson
|
c152ecf5a7
|
Fix typo in 'rake heroku:install_requirements'
|
2012-01-09 16:38:55 -08:00 |
|
Tray Torrance
|
a35612410f
|
No longer skip false values; quote values so that whitespace is valid.
|
2012-01-08 23:21:21 -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 |
|
danielgrippi
|
707118d8b5
|
default to postgres db in heroku rake task
|
2011-09-14 18:46:03 -07:00 |
|
danielgrippi
|
57079ef5cd
|
set ENV['HEROKU'] explicitly in the heroku:config task
|
2011-09-14 18:05:40 -07:00 |
|
danielgrippi
|
ba63c028e6
|
added heroku gem, slugignore, and heroku rake task to load application.yml vars as config vars
|
2011-09-14 18:05:40 -07:00 |
|