Peter Philips
Peter Philips
We have noticed the Giphy plugin is broken with some Giphy API responses. By broken, I mean that no images load and I see in the js console below. In...
When a parameter is included in a request but is a blank empty string, there is unexpected and buggy behavior. - When params[:page] == "", #to_i is called on it,...
When we add `gem 'draper'` to our Gemfile in our Rails 5.0.x project, it breaks our ActionController::API requests by causing an empty string to be returned. I believe this is...
### Configuration - Omniauth: `omniauth v1.4.2` - Provider Gem: `omniauth-microsoft_graph 0.1.0` (https://github.com/synth/omniauth-microsoft_graph/) - Ruby Version: `ruby 2.2.4p230` - Framework: `Rails v4.1.16` ### Expected Behavior In an Rspec integration test (`config.test_mode=true`),...
Our app has binstubs generated by rails/spring in the application root/bin folder. So for example, here is Rails.root/bin/rspec #!/usr/bin/env ruby begin load File.expand_path('../spring', __FILE__) rescue LoadError => e raise unless...
This is strange. On Travis CI, Timecop breaks under very peculiar circumstances. Consider the following code: On my local machine, I get the following time values ``` Timecop.freeze("2015-03-01") => 2015-03-01...
Given: A Grape::Entity that exposes another Grape::Entity Expected: When calling `.as_json` (or `serializable_hash`) it should recursively convert all objects to hashes Actual: Only the top level is converted, nested entities...
Hi Matthias! First, Thank you very much for your support of these libraries! I am very happy to see these in active(ish) development 👍 I am using RDA5807 chip with...
Not sure if this is currently possible but after leafing through the source, it does not seem so: We would like to have a command that only matches if complex...
My api has an endpoint to authenticate users and get a token via authentication of email and password. I know the swagger spec supports specifying a password format and swagger-ui...