Stanislav Kravchenko

Results 6 issues of Stanislav Kravchenko

Hi, there are methods defined in `Carmen::Country` class ```ruby def self.all World.instance.subregions end def self.query_collection all end ``` and all finders use it in a such way `query_collection.find` But what...

Hi! How about adding the ability to add a description for a scope? I can write ```ruby parameter :player1, 'Player 1 info', type: :object ``` It gives me an object...

I faced with a problem that I can't use the same parameter name in different scopes. For example ```ruby parameter :name, 'Player 1 name', scope: [:data, :player1] parameter :name, 'Player...

Hi, mailer method is defined as an underscored class name if the `method` option wasn't provided https://github.com/excid3/noticed/blob/df561f348cc33283e4cc62f711f7d9a47b811a12/lib/noticed/delivery_methods/email.rb#L36-L43 But if I put my notification class to a module the result string...

## Describe the bug I get a `KeyError` when pass the `nil` value for option, but it's ok when the option is omitted ## To Reproduce ```ruby class X extend...

bug
help wanted