Skip to content

Instantly share code, notes, and snippets.

@lgs
Created June 4, 2012 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgs/2869863 to your computer and use it in GitHub Desktop.
Save lgs/2869863 to your computer and use it in GitHub Desktop.
Tire.configure { @logger = Rails.logger} fails on Heroku
2012-06-04T17:49:00+00:00 app[run.1]: [IMPORT] Deleting index 'sb0cqngrfo2rp1hvw0kl'
2012-06-04T17:49:00+00:00 app[run.1]: rake aborted!
2012-06-04T17:49:00+00:00 app[run.1]: undefined method `log_request' for true:TrueClass
2012-06-04T17:49:00+00:00 app[run.1]:
2012-06-04T17:49:00+00:00 app[run.1]: Tasks: TOP => tire:import
2012-06-04T17:49:00+00:00 app[run.1]: (See full trace by running task with --trace)
2012-06-04T17:49:01+00:00 heroku[run.1]: Process exited with status 1
2012-06-04T17:49:01+00:00 heroku[run.1]: State changed from up to complete
2012-06-04T17:53:02+00:00 heroku[slugc]: Slug compilation started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment