-
-
Notifications
You must be signed in to change notification settings - Fork 807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move bug report templates into ransack repository and run templates at CI #1191
Move bug report templates into ransack repository and run templates at CI #1191
Conversation
This file is located at https://gist.github.com/jonatack/63048bc5062a84ba9e09 Co-authored-by: jonatack <[email protected]>
This file is located at https://gist.github.com/jonatack/5df41a0edb53b7bad989 Co-authored-by: jonatack <[email protected]>
- Ransack does not Rails master branch aka 6.2.0.alpha yet - polyamorous is now part of ransack - sqlite3 adapter default boolean changed from `'t'/'f'` to `1/0` Refer rails/rails@52e050e - Apply RuboCop auto correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit weird to me that the templates crate a Gemfile
on the fly instead of using bundler/inline
or using a real persisted Gemfile
. But this PR only moves them inside the repo without touching them, which is a good move in itself 👍
Thanks for the review. Let me try |
Using "require 'bundler/inline'" gets "`instantiate_object_mapper': Unsupported adapter (RuntimeError)". ransack/lib/ransack/adapters.rb Lines 8 to 16 in 9d336ce
I expected
|
Thanks for your contribution @yahonda ! |
This pull request moves bug report templates into ransack repository and run templates at CI.