Kevin Luo
Kevin Luo
Maybe a rake task to clean unused tags?
Although the hacktoberfest is over, I still tried to upgrade the stripe gem. : ) I noticed that when dealing with ChargeFailed and there is no Customer presented, it tries...
`rspec spec/integration/ --format documentation --format Rswag::Specs::SwaggerFormatter` works! Where is this feature documented? I only see the [https://github.com/rswag/rswag#enable-auto-generation-examples-from-responses](https://github.com/rswag/rswag#enable-auto-generation-examples-from-responses) Anyway thanks : ) it's just my project's settings problem, or may I...
Currently, I'm doing this: 1. in a controller ```ruby class MyController < ApplicationController def index @user = User.first gon.user = @user end end ``` 2. in webpacker's entry file, I...
I think you can avoid to include "node_modules" in assetes.rb
`Rails.application.config.assets.precompile += Rails.application.config.requirejs.user_config['modules'].map { |m| "#{m['name']}.js" }` Do you think this workaround reasonable?
I think it's because the mySelected doesn't have `name`. Does a warning message like "the modelValue isn't in the options" help? If yes, I can help to develop it
@golemB , I think @fatkodima recommend to use `jsonb` rather than `json`. Since `jsonb` is more efficient in Postgres, do you have to use `json` type? ```ruby ActiveRecord::Schema.define do create_table...
Hi @coorasse, this is my first time contributing to this project. Would you mind helping me review this PR? Does it need to pass any CI? Thank you 🙏
@brynary @macav @Senjai @amitsuryavanshi Sorry to bother you 🥹 I just want to ask if anyone can review this PR if they're available. 🙏