bootstrap-generators icon indicating copy to clipboard operation
bootstrap-generators copied to clipboard

Bootstrap-generators provides Twitter Bootstrap generators for Rails

Results 12 bootstrap-generators issues
Sort by recently updated
recently updated
newest added

See: https://github.com/rails/sprockets-rails/issues/269 Regular expressions are no longer supported in Sprockets. https://github.com/decioferreira/bootstrap-generators/blob/master/lib/bootstrap-generators.rb#L14 ```diff - app.config.assets.precompile

See: https://github.com/decioferreira/bootstrap-generators/issues/50 See: https://github.com/rails/sprockets-rails/issues/269 Inspired by this fix: https://github.com/FortAwesome/font-awesome-sass/commit/b8dd32cf3bcd5d14c12543d767f8db68b31a6a9b Regex no longer supported in Sprockets as of version 4

### Problem If you generate scaffolding for `admin/users` some of the links in the views will be incorrect (missing the namespace). For example, the link to create a new user...

In the application layout there is and example of navigation, but the "active" class on the Home navigational link should be dependent on url.

It should be a great time for starting [Bootstrap v4-alpha](http://v4-alpha.getbootstrap.com/) branch now !

Asset Pipeline is great, and we all love it... but sometimes I find myself using Asset Pipeline for the main views of my app, and using bootstrap for the admin...

rails g bootstrap:install --template-engine=haml It try to overview some files, like lib/templates/haml/scaffold/_form.html.haml but it try to change simple_form to form_for, bootstrap-generators do support to simple_form_for??

I have followed the steps in the README step by step, but when I type: `rails generate scaffold post title body:text published:boolean` I still get the old scaffolfing, with `class="field"`...

Hello, I've been happily using this gem to get off the ground with Rails + Bootstrap. I've come across an issue where a button is 1 pixel too small in...

Many Rails dev need I18n support So I added :smile: