Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

rails_admin

We are on a mission to Make RailsAdmin better!
Collective - https://opencollective.com/rails_admin - Code: https://github.com/sferik/rails_admin

Mitigate JRuby CI failures

github.com/railsadminteam/rails_admin - 71e02bcf71caf7a71bde6664e82ad48d4dca67c3 authored about 3 years ago by M.Shibuya <[email protected]>
Test against Rails 7.0.0

github.com/railsadminteam/rails_admin - 011b9aea12d2c3a5e8654786e49071254baacf18 authored about 3 years ago by M.Shibuya <[email protected]>
Fix Rails 6.0 incompatibility in 08f50aabc1922aeb289ced4ccbe9f983bc1aaa89

github.com/railsadminteam/rails_admin - 11cb84fda4ef6f9d4ed1e8057ce1c0ff7fb71cae authored about 3 years ago by M.Shibuya <[email protected]>
Fix failing to start when config.eager_load is true

Fixes #3420, Closes #3437, Refs. e4ae6698e52e56a1cefdf5c4097b29b8306f21e2

github.com/railsadminteam/rails_admin - 08f50aabc1922aeb289ced4ccbe9f983bc1aaa89 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3448 from codealchemy/blinkers/fix-carrierwave

Fix flakey MultipleCarrierwave field spec

github.com/railsadminteam/rails_admin - ccd52975feaba6fcbdbd866bc0cc0755c0517bfb authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Enable js for blinking MultipleCarrierwave field spec

Was able to reproduce failure using the seed of a CI run (https://github.com/codealchemy/rails_a...

github.com/railsadminteam/rails_admin - 8b69b3bcecb3c2f8ee018c7c09c312c4418b88fe authored about 3 years ago by Alex Schmitt <[email protected]>
Test against Rails 7.0.0.rc1

github.com/railsadminteam/rails_admin - 61106b49e382cd1b3daa0f30e8fb096dcb53d720 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3414 from railsadminteam/webpacker

Webpacker support

github.com/railsadminteam/rails_admin - 28cee7f82fec2079dc722fddde49f2b21d327b80 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Ensure 'system' can be used as an association name

Closes #3253

github.com/railsadminteam/rails_admin - 578f3e5b6f0d42f2c783c8b03c61ef4aa99511ab authored about 3 years ago by M.Shibuya <[email protected]>
Reflect review

- Use `yarn run`, instead of `./node_modules/.bin/`
- Remove unnecessary .prettierignore entries...

github.com/railsadminteam/rails_admin - a900385e21a29729f572ef7d55b5dd6251c27fc4 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3438 from RocKhalil/code-ql

💚 Add CodeQL to CI

github.com/railsadminteam/rails_admin - d9d47e105223fe0e615a3b9b4f3236430e813720 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
🐛 Fix boolean field (#3439)

This fixes an issue where boolean form fields did not render correctly due to the active and sta...

github.com/railsadminteam/rails_admin - 7cc72860b57d9553fc7ce526918c2e1de877dd11 authored about 3 years ago by Roc Khalil <[email protected]>
💚 Add CodeQL to CI

github.com/railsadminteam/rails_admin - ad512c0b21c760f2c5b183f6c0378e825c1e8d9b authored about 3 years ago by Roc Khalil <[email protected]>
Merge pull request #3434 from jdufresne/perf

Enable rubocop-performance

github.com/railsadminteam/rails_admin - c7f907c0de1afa0f948807b2851dd8487976ed41 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3432 from jdufresne/travis

Update leftover references to Travis CI

github.com/railsadminteam/rails_admin - 62ea5d29c4b3e29211ae286f3d10fdd737e2ad89 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Add issue templates (#3426)

* Add issue templates

To simplify issue management and bug / feature request reports.

* Ad...

github.com/railsadminteam/rails_admin - aae2c53d7bd30852eae47b8122b5cebeebd571d8 authored about 3 years ago by Alex Schmitt <[email protected]>
✨ Add target_window to actions (#3419)

* ✨ Add target_window to actions

* 🔧 Remove default value of target_window

* ✅ Add test fo...

github.com/railsadminteam/rails_admin - 2ee1111f05696f6d9e8417fcd1e08f04e5bd48a1 authored about 3 years ago by Roc Khalil <[email protected]>
Enable rubocop-performance

The gem was included in the Gemfile, just not enabled in the RuboCop
configuration.

github.com/railsadminteam/rails_admin - 737fd1541eb0af74cb4438f0a5a9b21de1362ae9 authored about 3 years ago by Jon Dufresne <[email protected]>
Update leftover references to Travis CI

github.com/railsadminteam/rails_admin - 42a1b91ed7948650531b6e4c8232f89df5e5e92e authored about 3 years ago by Jon Dufresne <[email protected]>
Remove support for EOL Ruby 2.5

Ruby 2.5 went EOL 2021-03-31. It is no longer supported upstream and so
is not receiving bug fix...

github.com/railsadminteam/rails_admin - 9e1b24c69c376a61da8d899fb0eac5a9ddab8ac0 authored about 3 years ago by Jon Dufresne <[email protected]>
Add installer support for webpack/webpacker

github.com/railsadminteam/rails_admin - b84d065c54479b45430f6efd83bac96b704b4353 authored about 3 years ago by M.Shibuya <[email protected]>
Add back support for Sprockets-based asset pipeline

github.com/railsadminteam/rails_admin - 7918dc78fc747ccdf89751f831a70bf2128de3cb authored about 3 years ago by M.Shibuya <[email protected]>
Replace images with Font Awesome icons

github.com/railsadminteam/rails_admin - a0a568bc866158382b52ec24639699695146794c authored about 3 years ago by M.Shibuya <[email protected]>
Add ability to test with Webpacker-built assets

github.com/railsadminteam/rails_admin - f34f631a07ff148fcb78374de5a904ffa8b271f6 authored about 3 years ago by M.Shibuya <[email protected]>
Remove bootstrap-sass code, which is no longer relevant

github.com/railsadminteam/rails_admin - 1dc6c3de291d8ffab1e417c0630f96e5572b44e8 authored about 3 years ago by M.Shibuya <[email protected]>
Remove remotipart dependency

Because rails-ujs has the same functionality now.
https://github.com/rails/rails/blob/f95c0b7e96...

github.com/railsadminteam/rails_admin - 58b76d1e66ec06b752567da9c118f611105ff39f authored about 3 years ago by M.Shibuya <[email protected]>
Migrate assets to ESM-based structure

github.com/railsadminteam/rails_admin - c5fe17a51b7d7b59f3266284b1b11f391c4f5a5f authored about 3 years ago by M.Shibuya <[email protected]>
Use Ruby3 compatible version of mlb

github.com/railsadminteam/rails_admin - 4cfecb6f1100d442e3c6ca4ef37b03e15185d490 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3427 from railsadminteam/remove-builder-dep

Remove builder dependency

github.com/railsadminteam/rails_admin - fa0db212870571e962b8e1dcfc4bd3069397657e authored about 3 years ago by M.Shibuya <[email protected]>
Cleanup several RuboCop TODO items and regenerate file (#3418)

* Cleanup several RuboCop TODO items and regenerate file

* Enable Layout/MultilineAssignmentL...

github.com/railsadminteam/rails_admin - 5cd807e04b4624bb39065196fd978339fe15f548 authored about 3 years ago by Jon Dufresne <[email protected]>
Remove `builder` dependency

Added in https://github.com/railsadminteam/rails_admin/commit/0188a8a09ce18dfb5f7993030049b48a7b...

github.com/railsadminteam/rails_admin - 2b542ed49745deecc27895dd3eb061a4445db33e authored about 3 years ago by Alex Schmitt <[email protected]>
Merge pull request #3425 from jdufresne/drop-haml

Switch templates from HAML to ERB

github.com/railsadminteam/rails_admin - b00ee5f2c7a137940bd59ed34f3ead55646f8269 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Switch templates from HAML to ERB

Make RailsAdmin have fewer dependencies and so slightly reduce total
installation size.

Align t...

github.com/railsadminteam/rails_admin - aa6ef95d6c1cdd2daa81b725be7569e404251a77 authored about 3 years ago by Jon Dufresne <[email protected]>
Merge pull request #3424 from jdufresne/local-gha

Only run coveralls on the base repository

github.com/railsadminteam/rails_admin - a458ced884c444027c73e7616885629dae50ad92 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3423 from jdufresne/raise-paren

Remove unnecessary parentheses around keyword `raise`

github.com/railsadminteam/rails_admin - 9e9c3281f2065146caf33b7cb55dac77ea1ce97a authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3422 from jdufresne/iife

Remove unnecessary IIFE from ra.sidescroll.js

github.com/railsadminteam/rails_admin - e7fc7a321fb56d564fa956a0402973845a77822d authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Only run coveralls on the base repository

Allow contributors to run GitHub actions on their fork successfully.
Before this changed, local ...

github.com/railsadminteam/rails_admin - 1cf14056160d29d3ce548a9ea74380add906ee99 authored about 3 years ago by Jon Dufresne <[email protected]>
Remove unnecessary parentheses around keyword `raise`

`raise` is a keyword, not a function. In general, it should not have
parentheses unless they are...

github.com/railsadminteam/rails_admin - 03b5e89bc2ef484ea6b03eea6a0989c4c1766143 authored about 3 years ago by Jon Dufresne <[email protected]>
Remove unnecessary IIFE from ra.sidescroll.js

The file no longer uses jQuery, so it doesn't need to be passed to the
IIFE (Immediately Invoked...

github.com/railsadminteam/rails_admin - b560b31396f632a4bf29058f79326158441df671 authored about 3 years ago by Jon Dufresne <[email protected]>
Fix Prettier failure

github.com/railsadminteam/rails_admin - d79d49ec1fe9d2624fad6aa577bdc56de18f2060 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3416 from jdufresne/sidescroll

Remove nearly all jQuery from ra.sidescroll.js

github.com/railsadminteam/rails_admin - 597568e266a77d2ff1ca281218313bce340ff243 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge branch 'master' into sidescroll

github.com/railsadminteam/rails_admin - c6bd7342b1ebbae6bc2f13f1a6971672d500cf20 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3410 from QPierre1/negative-filters

add not like operator (does not contain)

github.com/railsadminteam/rails_admin - f59b32da32c291beb2ca74ea6df3240c0c752cea authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
add not like operator (does not contain)

github.com/railsadminteam/rails_admin - 09e29bb3bdfd88fe16497d683f8f4ae108ed63d3 authored about 3 years ago by QuentinRoadstr <[email protected]>
Merge pull request #3417 from jdufresne/ra-ready

Port rails_admin.dom_ready form jQuery to a native custom event

github.com/railsadminteam/rails_admin - b4950d0c4c00d58e36ecad165a5be5de4b121b23 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3413 from jdufresne/citext

Add support for PostgreSQL citext data type

github.com/railsadminteam/rails_admin - 53ef1e5608152d3e5a1be3f1651d6f488ef0fd79 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Port rails_admin.dom_ready form jQuery to a native custom event

Refs #2893

github.com/railsadminteam/rails_admin - 3fdb1b1fd32b68c03bcee5704650d48fae53bf92 authored about 3 years ago by Jon Dufresne <[email protected]>
Remove nearly all jQuery from ra.sidescroll.js

All DOM methods now use native browser features.

The only remaining jQuery is used to listen to...

github.com/railsadminteam/rails_admin - e6604646703fec0f23b1c373ec803540cad05959 authored about 3 years ago by Jon Dufresne <[email protected]>
Add support for PostgreSQL citext data type

Fixes #2177

github.com/railsadminteam/rails_admin - efe07f7b6d75357d4843c3184d378cd986db5994 authored about 3 years ago by Jon Dufresne <[email protected]>
Merge pull request #3415 from jdufresne/prettier

Add Prettier to auto-format JavaScript and more

github.com/railsadminteam/rails_admin - e9e690808e69ccc3a9e40aefd4578c6c6d959b4f authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3412 from himaxwell/reduce-object-allocations

Reduce object allocations when rendering main navigation menu

github.com/railsadminteam/rails_admin - 592576b823204b3b376406e98a89c41effb336ab authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Add Prettier to auto-format JavaScript and more

https://github.com/prettier/prettier

In many ways, Prettier is like RuboCop but for JavaScript....

github.com/railsadminteam/rails_admin - a2ea34df98f63b1b66a22883007e6d649f2761b4 authored about 3 years ago by Jon Dufresne <[email protected]>
Use String#casecmp when sorting labels to avoid new string creation every iteration

github.com/railsadminteam/rails_admin - 668e6d6946c8e90c1ae6fb5511d20a740e2143a4 authored about 3 years ago by Bryan Nix <[email protected]>
Use a hash to lookup models associated with a parent instead of iterating

Previous implementation was creating excess object allocations from
calling `parent` which goes ...

github.com/railsadminteam/rails_admin - 299cabbbac9fdebb7315b8576c5c25f246772f3e authored about 3 years ago by Bryan Nix <[email protected]>
Upgrade FontAwesome to 5.15.4

github.com/railsadminteam/rails_admin - cb1ac732c4df85cc082c4e40f2c8a7d144ceb9f2 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3409 from ryanwilsonperkin/update-repo-name

Find-and-replace sferik owner with railsadminteam

github.com/railsadminteam/rails_admin - fe6c762c93ec373f7a9c4ea98ce8dedb2949ebc3 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Find-and-replace sferik owner with railsadminteam

Noticed that some of the links were broken because they pointed to the
repo with sferik as owner...

github.com/railsadminteam/rails_admin - 8cde2f8f2bba457d05f3be34cc999c1b9a5f3528 authored about 3 years ago by Ryan Wilson-Perkin <[email protected]>
Merge pull request #3406 from codealchemy/patch/configure-multiple-fields

Allow configuring multiple fields for a section at once

github.com/railsadminteam/rails_admin - ad760ca58f9c4ec1ca5d08b33fb9e8e177a4df18 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Provide has_one id setters/getters, eliminating the need for explicitly defining them

Closes #2625

github.com/railsadminteam/rails_admin - 42f0a5f5aac4b7481dcd4950803d12077b598ce5 authored about 3 years ago by M.Shibuya <[email protected]>
Stop using AbstractObject and use raw model instances with extension

Closes #2847

github.com/railsadminteam/rails_admin - af88091d11590dc95df4866c62fba0c49a7bb9a8 authored about 3 years ago by M.Shibuya <[email protected]>
Leftover from 33d07c09b69fb1301b4108e584854e862a347865

github.com/railsadminteam/rails_admin - 4578f6855038c8633f4dccde192c423d9de7c38d authored about 3 years ago by M.Shibuya <[email protected]>
Allow configuring multiple fields for a section at once

This allows passing an array of field names to the `configure` block to simplify configuring mul...

github.com/railsadminteam/rails_admin - d5c7cc17448cd29ddbc05ca2b6b9ea52b1876ecf authored about 3 years ago by Alex Schmitt <[email protected]>
Skip Rubocop 1.22.2 because of https://github.com/rubocop/rubocop/issues/10184

github.com/railsadminteam/rails_admin - 33d07c09b69fb1301b4108e584854e862a347865 authored about 3 years ago by M.Shibuya <[email protected]>
Support Mongoid's has_and_belongs_to_many custom primary_key

Closes #3097

github.com/railsadminteam/rails_admin - 3f676371ce7fc088220095afa12d3e20c2c6123a authored about 3 years ago by M.Shibuya <[email protected]>
Fix N+1 queries for ActiveStorage attachments

Closes #3282

github.com/railsadminteam/rails_admin - e4d5b2f3bece0f5f3e5f588e20e52031ad33e124 authored about 3 years ago by M.Shibuya <[email protected]>
Add support for eager-loading arbitrary associations

Closes #2928

github.com/railsadminteam/rails_admin - 44047580b7d536a84a92c173a3bd00dc9d211399 authored about 3 years ago by M.Shibuya <[email protected]>
Convert DateTime format for Moment.js as much as possible

Closes #2736, Fixes #3009

github.com/railsadminteam/rails_admin - 6d5c049124d0b390f4612e8e6524f00500afe52e authored about 3 years ago by M.Shibuya <[email protected]>
Fix config.parent_controller to work after the class loading

Fixes #2790, Refs. e4ae669

github.com/railsadminteam/rails_admin - 5bd980564a565906a6fda87d2ef31590d3e3b0a5 authored about 3 years ago by M.Shibuya <[email protected]>
Fix NoMethodError when Mongoid's raise_not_found_error is false

Fixes #2623

github.com/railsadminteam/rails_admin - 973bd8e50591a538841575c33b6221706481dae3 authored about 3 years ago by M.Shibuya <[email protected]>
Support nullable boolean field. Closes #3145

github.com/railsadminteam/rails_admin - 7583369a1d1763e542d36930a968726425cacb6c authored about 3 years ago by M.Shibuya <[email protected]>
Reload configuration on change in development mode

Fixes #2726, Fixes #3025

github.com/railsadminteam/rails_admin - e4ae6698e52e56a1cefdf5c4097b29b8306f21e2 authored about 3 years ago by M.Shibuya <[email protected]>
Add failsafe measures to CSVConverter

Fixes #1685

github.com/railsadminteam/rails_admin - f2104b595930491a18ede44c9e1a8c881a0316b8 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3402 from codealchemy/patch/field-names/open-fix

Ensure `open` can be used as a field name

github.com/railsadminteam/rails_admin - 177f32a1190fdd1197424f61cdcecc87af074a4e authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3401 from codealchemy/patch/gemfile/rm-old-ruby

Remove `tins` lock for Ruby 1.9

github.com/railsadminteam/rails_admin - 5b9ecb6268db0f4216ceee9083ed3f4a452fa203 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Merge pull request #3400 from codealchemy/patch/pagination-followup

Use `Kaminari.config#param_name` for `history_show` action

github.com/railsadminteam/rails_admin - b543c85caeae4df630f8a3c25bb4541b2eb9c851 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Add test using 'open' as field name

github.com/railsadminteam/rails_admin - 6f881149ca1976de8408d0f7cbd123eca330b022 authored about 3 years ago by Alex Schmitt <[email protected]>
Remove `tins` lock for Ruby 1.9

Added in https://github.com/sferik/rails_admin/commit/e76440ebd15011f0a636b9dcc8d3cf618f567d56

github.com/railsadminteam/rails_admin - 0ce279d97e799eb6470155a2fca4ac9a02779a1b authored about 3 years ago by Alex Schmitt <[email protected]>
Use `Kaminari.config#param_name` for `history_show` action

Followup to the same change for the `history_index` action, this appears to be the last instance...

github.com/railsadminteam/rails_admin - ec0eff281b0d687fc8a621888f1a9c92b9eac354 authored about 3 years ago by Alex Schmitt <[email protected]>
Fix hard-coded value in spec

github.com/railsadminteam/rails_admin - e17da8069a4dbce695ba345e5ccbc0642904ae56 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3227 from elsupergomez/patch-2

Use kaminary param_name for pagination

github.com/railsadminteam/rails_admin - 0a4b6c100bfb4e0c004920eb2dbc01566e3884ff authored about 3 years ago by M.Shibuya <[email protected]>
Failing spec for #3227

github.com/railsadminteam/rails_admin - 1fe94fa199a457427311214d8147fa35ffcc25ec authored about 3 years ago by M.Shibuya <[email protected]>
Show Gravater and email even if the current user is not editable

Closes #3237

github.com/railsadminteam/rails_admin - bd449292088cb68aad22b282b6344778862187e5 authored about 3 years ago by M.Shibuya <[email protected]>
Fix RailsAdmin::Config.reset didn't clear the effect of previous (included|excluded)_models

Fixes #3305

github.com/railsadminteam/rails_admin - 1190d510ee73949af618bd279e4712f1be4550b6 authored about 3 years ago by M.Shibuya <[email protected]>
Fix duplication of filtering-multiselect on browser back

Fixes #3211

github.com/railsadminteam/rails_admin - 3c10b0918b65e64624f06ebd5e402181f478cc64 authored about 3 years ago by M.Shibuya <[email protected]>
Show error message on failure with dependent: :restrict_with_error

Closes #3223

github.com/railsadminteam/rails_admin - bf353cc76d6e56d511e9c5a87d0ffbd83669e3f2 authored about 3 years ago by M.Shibuya <[email protected]>
Show 'No objects found' placeholder in filtering-select as well

Closes #3332

github.com/railsadminteam/rails_admin - 7e3a1a632811a917f2cbd8dbe471861bc0a1ac85 authored about 3 years ago by M.Shibuya <[email protected]>
Show a dash '-' with an empty association

Closes #2681

github.com/railsadminteam/rails_admin - 7580f3366a6e4a16b439de7fd64860fe26628ad7 authored about 3 years ago by M.Shibuya <[email protected]>
Add inline_edit to HasManyAssociation as well

Closes #1911

github.com/railsadminteam/rails_admin - 798ab1b6ae400f2b853441a9fa48f8e7ad24208d authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3221 from nard-tech/table-striped

github.com/railsadminteam/rails_admin - 4f2ea725215f90b20c6b386187b55dddf8587906 authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Allow actions to be shown disabled instead of completely hidden

Closes #1765

github.com/railsadminteam/rails_admin - 6c877eac1a052881b2d4950a44d41f7fd77b044f authored about 3 years ago by M.Shibuya <[email protected]>
Prevent hidden fields from taking up space. Fixes #3380

github.com/railsadminteam/rails_admin - 5aaee5153441fd82854a998ac02ebbe303b82bf2 authored about 3 years ago by M.Shibuya <[email protected]>
Follow-up for #3365

- Add a spec
- Use I18n for the message
- Do not align to center for visual consistency

github.com/railsadminteam/rails_admin - a5fe6f806498975a91ae11544ce21310592774a2 authored about 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3365 from matthewfu/show-new-records-found-on-list

Show "no records found" when a list is empty.

github.com/railsadminteam/rails_admin - 537fe4118bed562de2a6b7c2a59b27c88295cc1f authored about 3 years ago by Mitsuhiro Shibuya <[email protected]>
Fix to show validation errors in modals

Fixes #1735

github.com/railsadminteam/rails_admin - f67defb55ad9d1a1fe8428029c947bcd00b5ce8a authored over 3 years ago by M.Shibuya <[email protected]>
Provide a way to clear belongs_to selection without keyboard

Closes #2090

github.com/railsadminteam/rails_admin - ac3fe35b65e858a3b528a523e1b6fbeafe1d359b authored over 3 years ago by M.Shibuya <[email protected]>
Avoid Rubocop 1.22.0 because of rubocop/rubocop#10140

github.com/railsadminteam/rails_admin - 3bf50652365354b6cefbecd1edbcf7595c8eebdd authored over 3 years ago by M.Shibuya <[email protected]>
Merge pull request #3398 from codealchemy/mime-type-update

Update `image?` check for file upload field types

github.com/railsadminteam/rails_admin - 10d9c9dabe57f5d509651807b4ccdbb4e15ab2ec authored over 3 years ago by Mitsuhiro Shibuya <[email protected]>
Update ActiveStorage field #image? spec to account for configured types

`webp` is not currently a default configured image Mime::Type in Rails, so this includes a check...

github.com/railsadminteam/rails_admin - 7691afd0be54e1e4f0c168f1ee6660cb0add9052 authored over 3 years ago by Alex Schmitt <[email protected]>
Merge pull request #3396 from codealchemy/patch/capitalization

Remove capitalization helper

github.com/railsadminteam/rails_admin - 6c802dc16e11c274ddbc72eb84093bcac5d55dbb authored over 3 years ago by Mitsuhiro Shibuya <[email protected]>
Update #image? for remaining file upload field types

github.com/railsadminteam/rails_admin - d9a7db320fcd1cb055b11dc8725d6b825ca60c30 authored over 3 years ago by Alex Schmitt <[email protected]>