阙溪台
阙溪台
Oh, I'm also using Rails 6 (6.0.3.3), but I haven't encountered this problem. > Autoloading during initialization is going to be an error condition in future versions of Rails. Can...
感谢上面朋友们的踩坑
try `:base_api_controller => ActionController`?
To customize enhancement selections, actually it's about customizing `config/*.yml`(and its generator templates). I think we can add "style" argument for `nextgen create`. (or interactively ask "Which style?") 1. "styles" presets...
> To customize enhancement selections, actually it's about customizing `config/*.yml`(and its generator templates). > > I think we can add "style" argument for `nextgen create`. (or interactively ask "Which style?")...
@mattbrictson I have no objections 😄 Additionally, I've just found out that solid_queue will be the default job backend for Rails 8 (https://github.com/rails/rails/issues/50442), so the idea should perhaps be reconsidered...
According to this article, to upgrade to 3.1, may need to make these changes: 1. `type` keyword supports multiple types (including null). 2. values accepted by `exclusiveMinimum` and `exclusiveMaximum` is...