Another Merb breakage after upgrading. Thanks to some Japanese guy I figured how to solve this one. You’ll need the addressable gem in version 1.0.4 and to add this to your dependecies.rb:

dependency "addressable", '1.0.4', :require_as => 'uri'

before the dm-core dependency.

2 Comments

    • Michael Klishin
    • Posted November 18, 2008 at 8:54 pm
    • Permalink

    This is a DataMapper “issue” and it is already resolved. The problem was with Addressable 2.0 featured a breaking API change.

  1. Yeah. And the issue with the version of dm-tags has been fixed a few hours ago, too. Just need to wait for the gems to be synced (could install dm-tags from Github locally, not on my Linux server though).
    Oh well, flexibility comes with a price.


One Trackback/Pingback

  1. [...] installing dm-core from source (solves the problem described here [...]

Post a Comment

*
*