Graham Melcher
Graham Melcher
Chiming in as we're blocked from upgrading from 3.11.3 to 3.11.4+ due to it breaking our API tests. We're using Rails, Blueprinter and Oj (similar to this ticket https://github.com/ohler55/oj/issues/656) so...
On `activesupport (4.0.0)` and I'm getting ``` /Users/graham/.rvm/gems/ruby-1.9.3-p448@mothership/gems/serve-0.11.7/lib/serve/rack.rb:32:in `': uninitialized constant ActiveSupport::Memoizable (NameError) from /Users/graham/.rvm/gems/ruby-1.9.3-p448@mothership/gems/serve-0.11.7/lib/serve/rack.rb:31:in `' from /Users/graham/.rvm/gems/ruby-1.9.3-p448@mothership/gems/serve-0.11.7/lib/serve/rack.rb:4:in `' from /Users/graham/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /Users/graham/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /Users/graham/.rvm/gems/ruby-1.9.3-p448@mothership/gems/serve-0.11.7/lib/serve.rb:21:in `' from /Users/graham/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in...
Ah yes, makes sense. I definitely assumed it would do basic asset-type matching by extension without needing to specify it per-library. Thanks.