mbulat / plutus

A Ruby on Rails Engine which provides a double entry accounting system for your application
Other
733 stars 232 forks source link

Please remove jquery-ui/datepicker dependency. #134

Closed vanboom closed 3 years ago

vanboom commented 3 years ago

Thanks for creating this outstanding accounting framework. After some refactoring of our UI, we are not able to remove jquery-ui dependencies because of the requirement in application.js. A accounting framework like this should not have UI dependencies such as this. Suggest moving the UI engine into another gem.

mbulat commented 3 years ago

It’s already been removed. Please update your gem to 0.17.

vanboom commented 3 years ago

Unfortunately I am sitll on Rails 5.2.4.5. Will continue to use my fork until we can get to Rails 6. Thanks.