Andrey Nikiforov

Results 5 issues of Andrey Nikiforov

I think it would be nice to be able to set ruby version for templates in the following order: - `--ruby_version=` - Gemfile ruby version (`ruby '2.6.6'`) - default ruby...

hacktoberfest

Hello! I would like to make this project alive; though I am not sure that there is enough demand. As it is a self-hosted project, I doubt you have enough...

This gem https://github.com/bkeepers/dotenv allows to use `.env` files and environment variables to store configuration. I suppose we can use it for storing database settings, devise and secret keys and so...

Enhancement

Basically that is changes I done to make project work in development and production modes on Ruby 2.6: - pin `pg` and `rake` gems due to deprecations - remove `capybara-webkit`,...

Maintaining

We are gonna run those checks: - specs - rubocop + performance, rspec, rails modules using reviewdog - reek (probably good idea, despite he is kinda capricious) So we need...

Maintaining