varvet / godmin

Admin framework for Rails 5+
http://godmin-sandbox.herokuapp.com
MIT License
486 stars 51 forks source link

Rails 7 support #265

Closed 2rba closed 2 years ago

anderscarling commented 2 years ago

No promises, but I'll do some work investigating this.

anderscarling commented 2 years ago

267 should adress this

brunoprietog commented 2 years ago

Great! Do you think there is any possibility to migrate from sass-rails to dartsass-rails? There is a conflict with having sass-rails and tailwindcss-rails installed. Now using that with importmap in Rails 7.

Thanks!

anderscarling commented 2 years ago

@brunoprietog I'm not sure if using dartsass-rails in godmin is the right way to go (as we probably wouldn't want to force that decision to use dart sass-rails on the apps integrating godmin), but I definitely think it would be a great thing to look over the approach used for css and javascript in godmin.

I have created a separate issue - #272 - for that discussion.

anderscarling commented 2 years ago

Rails 7 support is in master now.

morimorihoge commented 1 year ago

We plan to use Godmin on our Rails 7 project.
When will this revision be released rubygems? or is there anythng left that still needs to be addressed?