bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

scaffold template and more #645

Open alec-c4 opened 2 years ago

alec-c4 commented 2 years ago

Hey! I'd like to propose several improvements for your gem:

  1. Please add form template generator for lib/templates/erb/scaffold/_form.html.erb to automatically generate forms with bootstrap_form_for
  2. Add support for rails7 esbuild. Currently it is not possible to import your css.
  3. please create generator for views for devise with i18n support and powered by bootstrap_form_for :)
lcreid commented 1 year ago

Thanks for the suggestions. I think they're great ideas. For your last point, take a look at https://github.com/lcreid/devise-bootstrap-form.

I'd be happy to consider pull requests for either of the first two suggestions. Let me know if you're interested in working on them and I'll provide whatever support I'm able.

donv commented 9 months ago

@alec-c4 What is the problem importing the css with esbuild?