- Notifications
You must be signed in to change notification settings - Fork 359
Rendering input with bootstrap but without wrapper #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Hi, thanks for the PR! Bonus points for the included unit test. Awesome. 👍 I'm considering merging this but first I want to understand a little more about your use case. Could you give a more detailed example/explanation of why this new feature is useful? |
| @mattbrictson, I think this feature could be used to address issue 89. Unless there's a better way to solve that issue. |
Good point! |
| @yevhene Could you update this PR with a CHANGELOG entry? Thanks! |
| @mattbrictson done |
| Hmm, looks like there are some test failures in Travis (above and beyond the known issue in #329). E.g. https://travis-ci.org/bootstrap-ruby/rails-bootstrap-forms/jobs/229914661 @yevhene Can you rebase on the latest Thanks for your help! 🙇 |
| @mattbrictson done |
| @mattbrictson I don't understand what CI wants now. |
| Like I said, it is the known problem reported in #329. Don't worry about it! Thanks |
| Is there any plan to integrate this feature into the next version? It fits perfect to my issue :) ty |
| Thanks for bringing this to my attention. It sounds worthwhile. Apologies that we haven't merged it already. I will look into it and see what we can do. |
| Closing and re-opening to force a re-run of Travis. |
| Reopen to force Travis. FYI: The reason I had to close and re-open is because we changed the name of the repository last year. If we hadn't changed the number, I would have been able to simply re-run the build in Travis. |
| @yevhene would you please add documentation to the I'll look into the Travis failures for the runs against the old version of Ruby, unless someone fixes it before I can get to it. |
| Trying the "close-reopen" trick again to see if the Travis build has been fixed. |
| The Travis failure is fixed now. |
* Rename div_class to make refactoring more obvious. * Fix issue #476 for check_boxes. * Fix issue #476 for radio buttons. * Test for `:custom` option just once. * Fix a Minitest deprecation warning. * Preparing v4.0.0. * Add Code of Conduct. * Documentation corrections for RuboCop. * Explicitly disable RuboCop on FormBuilder class and form_group_builder. * Fix Rubocop offense in test. Issue #499. * Documentation for wrapper: false. PR #259. * Move the CHANGELOG entry for #259 to the right place. Fixes #499.
* Rename div_class to make refactoring more obvious. * Fix issue #476 for check_boxes. * Fix issue #476 for radio buttons. * Test for `:custom` option just once. * Fix a Minitest deprecation warning. * Preparing v4.0.0. * Add Code of Conduct. * Documentation corrections for RuboCop. * Explicitly disable RuboCop on FormBuilder class and form_group_builder. * Fix Rubocop offense in test. Issue #499. * Documentation for wrapper: false. PR #259. * Move the CHANGELOG entry for #259 to the right place. Fixes #499. * Add a test to confirm the placement of HTML options in select in README. Confirms PR #495.
* Rename div_class to make refactoring more obvious. * Fix issue #476 for check_boxes. * Fix issue #476 for radio buttons. * Test for `:custom` option just once. * Fix a Minitest deprecation warning. * Preparing v4.0.0. * Add Code of Conduct. * Documentation corrections for RuboCop. * Explicitly disable RuboCop on FormBuilder class and form_group_builder. * Fix Rubocop offense in test. Issue #499. * Documentation for wrapper: false. PR #259. * Move the CHANGELOG entry for #259 to the right place. Fixes #499. * Update static_control -- no block -- documentation for Bootstrap 4.
Useful when real field value specified indirectly: