Skip to content

Instantly share code, notes, and snippets.

@kagminjeong
Created October 17, 2011 22:28
Show Gist options
  • Save kagminjeong/1294041 to your computer and use it in GitHub Desktop.
Save kagminjeong/1294041 to your computer and use it in GitHub Desktop.
Integrity dependencies
Sinatra 1.3.2 does not work - "http/1.x 1039 ok" code on all pages.
sinatra 1.2.7 seems to work.
Running with rack 1.3.4, integrity does directly use rack but 1.1 dependency does not seem justified.
Using data objects 0.10.7 with do-mysql at 0.10.7 as well. Direct dependency on data objects may not be needed.
pony 1.3 does not work:
E, [2011-10-17T19:53:30.206610 #2246] ERROR -- : Exception occured during build: ArgumentError: :to is required
E, [2011-10-17T19:53:30.206689 #2246] ERROR -- : /usr/local/lib/ruby/vendor_ruby/1.8/pony.rb:125:in `mail'
1.1 works
actually that 1.3 failure may not be 1.3 specific
https://github.com/rack/rack/commit/37ca2539c423f29337486cf0469dd49a019cfea3 breaks integrity with rack 1.3.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment