Hamed Asghari

Results 12 issues of Hamed Asghari

Currently when rendering a nested menu, if the parent menu item links to a url, the link is not rendered for the parent item and there is no way to...

Strict mode for the email validator is not being enforced due to providing incorrect configuration.

Some libraries like the `ranked-model` gem expect a zero-based index. This pull request adds a configurable offset to make this library compatible without breaking backwards compatibility.

Is there going to be a new release for the commits that address the Ruby 2.7 warnings?

In our apiary.io documentation http://docs.g2crowdapi.apiary.io/# we have one endpoint defined as such: `/v1/products{?filter%5Bquery%5D,page%5Bnumber%5D,page%5Bsize%5D}` The problem is that when testing the endpoint in the console, the query parameters are encoded again...

In order to safely extend the code in ahoy controllers, it would be convenient to run load hooks similar to how Rails does this.

## Problem #639 added a bug that does not encode vendor-specific MIME types such as `application/vnd.api+json` as JSON payloads. ## Solution Use a regular expression instead of the default `application/json`...

## Problem It's cumbersome to run the tests locally for all supported versions. ## Solution Using the `appraisal` gem, we can run tests against all supported versions easier. ### Checklist...