obfuscurity / descartes

Introspective dashboard for Graphite
MIT License
502 stars 65 forks source link

Fix error preventing graph saving under new Sinatra. #158

Open bitprophet opened 10 years ago

bitprophet commented 10 years ago

Newer Sinatra updates the params hash with some "meta" keys like splat and captures; this is not accounted for & causes Sequel to error on those keys as they are not valid DB fields.