don't use resque on heroku by default
This commit is contained in:
parent
2408545496
commit
dfa27dfc7c
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ gem 'localeapp'" >>Gemfile
|
|||
fi
|
||||
# TODO add more extensive database seed
|
||||
|
||||
# XXX don't use redis for now
|
||||
echo "Resque.inline = true" >config/initializers/resque.rb
|
||||
|
||||
# and push = deploy
|
||||
git add -A
|
||||
git commit -q -m "heroku changes for environment ${RAILS_ENV}" -a
|
||||
|
|
Loading…
Reference in a new issue