Alex Koval
Alex Koval
I've tryied to use your plugin but have a problem. I got an error while starting gulp task. OS - Win10. Gulp 4.0. Here is log: [12:17:55] Starting 'fontgen'... Copyright...
## Describe the bug When you try to pass subsclasses of parent class to attribute, dry-struct doesn't parse them as subsclases. ## To Reproduce Here is a code sample: ```ruby...
Hi! Firstly, thanks for your gem. But, please, could you explain what am i doing wrong? I would like to build just an API where devise authentication key is phone...
Sometime we want to be able to change `download_links` configuration for different actions. For example: ```ruby index download_links: [:json] do ... end show do ... end ``` Now `download_links` config...
It would be nice to have autocomplete field in the FormBuilder because it's quite tedious to pass all input related stuff by ourselves now I'd like to have something like...
I'd like to have gtd feature in erb views, I believe it'll be very useful especially when you have lots of partials in your project
Something like ```ruby Google::Ads::GoogleAds::GoogleAdsClient.new do |config| config.log = false end ```
Shopify returns all response fields in camelCase, but it'd be great to convert them to `snake_case`d ones automatically