EJ
EJ
Would like to not restrict directory levels to one level only. `rails db:seed:development:default:cars # Load the seed data from db/seeds/development/default/cars.seeds.rb` Possible usecase: create tenant-specific rake tasks for multi-tenancy apps
Anyway to deploy from a release publish? Maybe something like `auto_deploy_on_release: ${{ release_tag }}`
Grape allows versioning with content negotiation, e.g. `vnd.vendor-and-or-resource-v1234+format` But grape-swagger doesn't seem to be able to use this. Can we add this or is this not something supported by swagger2?
My attempt at bringing in async validation rules(#40). Main ideas: - Refactor `message` method into two new methods: `validate` does the validation, `message` does the rendering - Validations are handled...