Bootstrap model is not rendering properly with latest 'bootstrap-scss' gem in rails 4 -
i trying write ajax code render model form. so, tried sample code web written in 'bootstrap-sass 2.3.2.2', working fine.
but, when tried latest 'bootstrap-sass 3.3.0.1' (configured per bootstrap-sass configuration), not working in rails 4. here model how looks like. see model not launching @ all.
here configuration settings:
"gem" file:
gem 'bootstrap-sass', '~> 3.3.0' gem 'sass-rails', '>= 3.2' gem 'autoprefixer-rails'
"assets/stylesheets/bootstrap_config.scss":
@import "bootstrap-sprockets"; @import "bootstrap";
please help me right configuration. in advance
bootstrap v3 not backward-compatible bootstrap v2. you'll need port webpages v3 next official migration guide: http://getbootstrap.com/migration/
among many other changes, html required bootstrap modals different in v3.
ruby-on-rails twitter-bootstrap
No comments:
Post a Comment