railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

install generator fails #3610

Closed JacobShaeffer closed 1 year ago

JacobShaeffer commented 1 year ago

Describe the bug While running rails g rails_admin:install it fails with an error

Reproduction steps created a new rails project with ruby 3.2.1 and rails 7.0.4 add gem 'rails_admin', '~> 3.1', '>= 3.1.1' to gemfile bundle install rails g rails_admin:install

Expected behavior Installs normally and works

Additional context

Add any other context about the problem here.

mshibuya commented 1 year ago

Dup of #3609, and fixed in the latest release 3.1.2.

JacobShaeffer commented 1 year ago

Yep, that was it. Thank you!

katakeynii commented 10 months ago

Hi ! I'm currently using 3.1.2 and have the same error when when trying to install with : rails g rails_admin:install