Skip to content

Instantly share code, notes, and snippets.

@adrianshort
Created June 8, 2010 22:56
Show Gist options
  • Save adrianshort/430764 to your computer and use it in GitHub Desktop.
Save adrianshort/430764 to your computer and use it in GitHub Desktop.
==> dyno-1482316-crashlog.log <==
BigDecimal is deprecated, use Decimal instead at /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- postgres_adapter (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:165:in `load_adapter'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:133:in `adapter_class'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:13:in `new'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core.rb:257:in `setup'
from ./lib/models.rb:90
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
... 14 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in `instance_eval'
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in `initialize'
from /home/heroku_rack/heroku.ru:1:in `new'
from /home/heroku_rack/heroku.ru:1
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- postgres_adapter (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:165:in `load_adapter'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:133:in `adapter_class'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core/adapters.rb:13:in `new'
from /home/slugs/204849_09fa171_a1c7/mnt/.gems/gems/dm-core-1.0.0/lib/dm-core.rb:257:in `setup'
from ./lib/models.rb:90
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
... 14 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in `instance_eval'
from /usr/local/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/builder.rb:29:in `initialize'
from /home/heroku_rack/heroku.ru:1:in `new'
from /home/heroku_rack/heroku.ru:1
@dkubb
Copy link

dkubb commented Jun 9, 2010

Have you installed the dm-postgres-adapter gem?

For instructions that mention this gem check out: http://twitter.com/dkubb/status/15742240677

@adrianshort
Copy link
Author

Thanks. I've rolled back to using Heroku's stock dm gem for now but if I move forward again I'll do what you suggest.

@dkubb
Copy link

dkubb commented Jun 10, 2010

It should be easy to bundle the gems with your app using Heroku's Bamboo system.

Unfortunately Heroku's stock DM gems are horribly out of date. I would not recommend them for any serious development atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment