Skip to content

Instantly share code, notes, and snippets.

@hone
Created September 10, 2010 01:48
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 hone/572925 to your computer and use it in GitHub Desktop.
Save hone/572925 to your computer and use it in GitHub Desktop.
.gems
rails --version 2.3.4
aws-s3
warden --ignore-depedencies
bcrypt-ruby
devise --ignore-dependencies
validatable
RedCloth
json
heroku logs:
$ heroku logs
Missing the Rails 2.3.4 gem. Please `gem install -v=2.3.4 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
==> dj-735018.log <==
(in /disk1/home/slugs/97100_b1fbe77_c760/mnt)
RPM Monitoring DJ worker host:railgun64.31945 pid:14555
*** Starting job worker host:railgun64.31945 pid:14555
==> exceptional.log <==
# Logfile created on Thu Sep 09 18:42:46 -0700 2010 by /
[INFO] (init.rb:21) Fri Sep 10 01:42:46 UTC 2010 - Loading Exceptional 2.0.25 for 2.3.4
[INFO] (dj.rb:9) Fri Sep 10 01:42:46 UTC 2010 - DJ integration enabled
==> newrelic_agent.log <==
# Logfile created on Thu Sep 09 18:42:47 -0700 2010 by /
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Dispatcher: delayed_job
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Application: oneapp
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Resolved collector.newrelic.com to 65.74.177.213
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Resolved collector8.newrelic.com to 65.74.177.213
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Reporting performance data every 60 seconds.
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : New Relic RPM Agent 2.13.1 Initialized: pid = 14555
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : Agent Log found in /disk1/home/slugs/97100_b1fbe77_c760/mnt/log/newrelic_agent.log
[09/09/10 18:42:47 -0700 railgun64.31945 (14555)] INFO : NewRelic::Agent::Samplers::DelayedJobLockSampler sampler not available: No DJ worker present
==> production.log <==
# Logfile created on Thu Sep 09 18:42:46 -0700 2010
==> dyno-2160636.log (crash) <==
Missing the Rails 2.3.4 gem. Please `gem install -v=2.3.4 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
-----> Rails can't find the expected version.
Check to ensure you have specified the correct version of Rails in your
Gemfile or .gems. See http://docs.heroku.com/gems for details.
For Rails 2.3.5 or older, you may be affected by a Rails dependency
issue. See http://docs.heroku.com/rails236 for details.
Examine the backtrace above this message to debug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment