Ivo Benedito
Ivo Benedito
Hi, I've added configurable options to the gem so that you can customize some parameters. Example: ``` ruby ApiTaster.configure do |config| config.title = 'MyTitle' config.call_to_action = 'My call to action...
Hi, Let's imagine we're using **mogoid-history** for History Tracking on Articles and also using **devise** which implements _current_user_ for the controllers. Every time we create a new article, we need...
Hi! I added an optional footer container for the popovers in a project I'm working on. In case you think this might be of your interest, I did this pull...
Hi, https://github.com/kenpratt/wikipedia-client/blob/master/Gemfile#L8 I'm installing this gem on a Rails 6 project with the [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) gem. This gem seems to be conflicting with the `shopify-rubocop` gem, but can't understand exactly what...
Is there a way to add "xmlns:xsd" and "xmlns:xsi" namespaces on the SOAP envelope tag? Also, does it serialize automatically nil values as "xsi:nil" = true? Thx!