Lewis Buckley
Lewis Buckley
Just updated from 5.1.0 to 6.1.0. This is the spec: ```rb patch "/api/v1/keyword-alerts" do parameter :data, required: true parameter :attributes, scope: [:data], required: true example "Update email attribute" do do_request...
Spotify are returning a relative path for the redirect. I've added a test and updated the HTTP helper to support this.
When clicking on an organization name link, on a marker info box, it would be good if the link could open a new tab/window.
Can we import data from - Meetup API? - http://rubyusergroups.org/
Currently Kredis supports manually constructing a key, this is often required to capture the relationship between a user and an object: ```rb class Widgets::Selection kredis_set :selected_widgets, typed: :integer, key: ->(selection)...
An `ActiveRecord::Base.connection` responds to open_transactions but other connections such as a Redis client do not. Continues from and closes https://github.com/instacart/makara/pull/324, I've also added the specs as discussed there. As per...
`cp8 reviews` - PRs waiting on you - PRs waiting in general - PRs with only one review
I've been thinking about this for a while! It exists in ActiveSupport already: https://github.com/rails/rails/issues/20339