An open API service indexing awesome lists of open source software.

https://github.com/yedhink/configuration_gem_ruby


https://github.com/yedhink/configuration_gem_ruby

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Usage

Run the following to give permissions to the executable. This only needs to be done once:

```sh
chmod a+x ./exe/relay_api
```

Then after that test out the gem like so:

```sh
./exe/relay_api
```

## References

- https://medium.com/@leo_hetsch/ruby-modules-include-vs-prepend-vs-extend-f09837a5b073

- https://github.com/rails/rails/blob/8015c2c2cf5c8718449677570f372ceb01318a32/activesupport/lib/active_support/configurable.rb#L145

- https://github.com/kaminari/kaminari/blob/master/kaminari-core/lib/kaminari/config.rb

- https://dev.to/vinistock/make-a-ruby-gem-configurable-228d