bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

scaffold template and more

Open alec-c4 opened this issue 3 years ago • 2 comments
trafficstars

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 :)

alec-c4 avatar Jun 12 '22 16:06 alec-c4

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.

lcreid avatar Nov 24 '22 03:11 lcreid

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

donv avatar Sep 13 '23 05:09 donv